Skip to content

Commit

Permalink
Removed log
Browse files Browse the repository at this point in the history
  • Loading branch information
kpal81xd committed Oct 31, 2024
1 parent 94ae1aa commit fad3e7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/viewer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ class Viewer {
clearColor: new Color(0, 0, 0, 0)
});
camera.addComponent('script');
console.log(camera.script);
this.multiCamera = camera.script.create(MultiCamera);
camera.camera.requestSceneColorMap(true);

Expand Down

0 comments on commit fad3e7a

Please sign in to comment.