hold queue position
This commit is contained in:
parent
55b4aebd1b
commit
68159adb82
4
app.js
4
app.js
@ -767,7 +767,7 @@ controls.minPolarAngle = 0.9
|
||||
controls.maxPolarAngle = 2.14
|
||||
controls.minAzimuthAngle = 0.9 - Math.PI/2
|
||||
controls.maxAzimuthAngle = 2.14 - Math.PI/2
|
||||
controls.target = P(5, 9)
|
||||
controls.target = P(5, 10)
|
||||
controls.update()
|
||||
|
||||
const showFPS = window.location.search.includes("fps")
|
||||
@ -855,7 +855,7 @@ const edge = new THREE.Mesh(
|
||||
scene.add(edge)
|
||||
|
||||
const holdQueue = new THREE.Group()
|
||||
holdQueue.position.set(-5, 16)
|
||||
holdQueue.position.set(-5, SKYLINE)
|
||||
scene.add(holdQueue)
|
||||
const matrix = new Matrix()
|
||||
scene.add(matrix)
|
||||
|
Loading…
x
Reference in New Issue
Block a user