diff --git a/examples/webgpu/Camera_changeProjection.html b/examples/webgpu/Camera_changeProjection.html index 49efc27..92997f9 100644 --- a/examples/webgpu/Camera_changeProjection.html +++ b/examples/webgpu/Camera_changeProjection.html @@ -23,7 +23,7 @@ const perspectiveProjection = new Nova.PerspectiveProjection(); const orthogonalProjection = new Nova.OrthogonalProjection(); - const camera = new Nova.Camera3("test-camera", perspectiveProjection); + const camera = new Nova.Camera3(perspectiveProjection); const renderSystem = new Nova.WebGPURenderSystem(); const renderer = new Nova.WebGPUMesh3Renderer(camera);