Skip to content

Commit

Permalink
Fixed 'top' camera mode which turned out to be bottom camera mode
Browse files Browse the repository at this point in the history
  • Loading branch information
seflless committed Sep 24, 2023
1 parent 8a932f6 commit ad37d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workbench/scenes/SingleCylinder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default function () {

lightSphere.position = Vector3(1, 1, -1);

const { viewport, camera, updateCamera } = getCamera("top");
const { viewport, camera, updateCamera } = getCamera("isometric");

const onPointerEvent = (event: PointerEvent) => {
// return;
Expand Down

0 comments on commit ad37d7a

Please sign in to comment.