Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
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