diff --git a/app/page.jsx b/app/page.jsx index a26a93b7..2a907b46 100644 --- a/app/page.jsx +++ b/app/page.jsx @@ -70,7 +70,7 @@ export default function Page() {

Dom and 3D are synchronized

- 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.