File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ <h2>Usage</h2>
107107 It's important to understand that WebGPU is initialized in an asynchronous fashion. Hence, it is recommended to use
108108 `setAnimationLoop()` to define the animation loop of your app since this approach will automatically ensure the renderer
109109 is initialized when rendering the first frame. If you prefer to manage your animation loop via `window.requestAnimationFrame()` or
110- if you have to use to the renderer in your init routine, you need an additional line in the above code section.
110+ if you have to use the renderer in your init routine, you need an additional line in the above code section.
111111 </ p >
112112< pre class ="prettyprint showlinemods notranslate lang-js " translate ="no ">
113113const renderer = new THREE.WebGPURenderer( { antialias: true } );
You can’t perform that action at this time.
0 commit comments