add move speed
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
html, body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.debug-panel {
|
||||
|
||||
+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