Skip to content

Commit

Permalink
Update Camera_changeProjection.html
Browse files Browse the repository at this point in the history
  • Loading branch information
HypnosNova authored Feb 18, 2024
1 parent 3f1f527 commit 1924187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/webgpu/Camera_changeProjection.html
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 1924187

Please sign in to comment.