commit b268b053e2f8c08984c7e6590f3c85689cf5fa92 parent 43a8f283217f2d44cedab6acb253fd02523546eb Author: Martin Kloeckner <mjkloeckner@gmail.com> Date: Sat, 6 Jul 2024 18:17:23 -0300 set first person camera as default camera Diffstat:
M | tp/src/scene.js | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/tp/src/scene.js b/tp/src/scene.js @@ -902,6 +902,7 @@ function main() { time = 0.00; buildScene(); createMenu(); + nextCamera(); mainLoop(); }