Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apparent small typo on main page #155

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default function Page() {
<div className='w-full p-6 sm:w-1/2'>
<h2 className='mb-3 text-3xl font-bold leading-none text-gray-800'>Dom and 3D are synchronized</h2>
<p className='mb-8 text-gray-600'>
3D Divs are renderer through the View component. It uses gl.scissor to cut the viewport into segments. You
3D Divs are rendered through the View component. It uses gl.scissor to cut the viewport into segments. You
tie a view to a tracking div which then controls the position and bounds of the viewport. This allows you to
have multiple views with a single, performant canvas. These views will follow their tracking elements,
scroll along, resize, etc.
Expand Down