add move speed
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ scene.add(ground)
|
||||
|
||||
global.camera = camera
|
||||
global.scene = scene
|
||||
camera.position.set(0, -100, 200)
|
||||
camera.position.set(0, -250, 500)
|
||||
camera.rotation.set((30 / 180) * Math.PI, 0, 0)
|
||||
// camera.lookAt(0, 0, 0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user