azimuth
This commit is contained in:
parent
3fbc27ee2a
commit
4a2028415e
|
@ -9,6 +9,8 @@ const controlsState = reactive({
|
|||
enableZoom: false,
|
||||
minPolarAngle: degToRad(60),
|
||||
maxPolarAngle: degToRad(100),
|
||||
minAzimuthAngle: degToRad(0),
|
||||
maxAzimuthAngle: degToRad(180),
|
||||
})
|
||||
const cameraStat = reactive({
|
||||
position: [0, 0, 5],
|
||||
|
|
Loading…
Reference in New Issue