From d45c6f84bd4a83f1f893a24d1588a466bf39e26a Mon Sep 17 00:00:00 2001 From: Robin <81151231+Robin1224@users.noreply.github.com> Date: Fri, 5 Jan 2024 16:50:32 +0100 Subject: [PATCH] Fixed typo renderer -> rendered --- app/page.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.