Skip to content

Commit

Permalink
Update Tween_easing.html
Browse files Browse the repository at this point in the history
  • Loading branch information
HypnosNova authored Feb 18, 2024
1 parent 436d316 commit a8d8300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/webgpu/Tween_easing.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
});
mesh.addComponent(tween);
const projection = new Nova.PerspectiveProjection();
const camera = new Nova.Camera3("", projection);
const camera = new Nova.Camera3(projection);

const renderSystem = new Nova.WebGPURenderSystem();
const renderer = new Nova.WebGPUMesh3Renderer(camera);
Expand Down

0 comments on commit a8d8300

Please sign in to comment.