dev #84
|
@ -9,6 +9,8 @@ const controlsState = reactive({
|
||||||
enableZoom: false,
|
enableZoom: false,
|
||||||
minPolarAngle: degToRad(60),
|
minPolarAngle: degToRad(60),
|
||||||
maxPolarAngle: degToRad(100),
|
maxPolarAngle: degToRad(100),
|
||||||
|
minAzimuthAngle: degToRad(0),
|
||||||
|
maxAzimuthAngle: degToRad(180),
|
||||||
})
|
})
|
||||||
const cameraStat = reactive({
|
const cameraStat = reactive({
|
||||||
position: [0, 0, 5],
|
position: [0, 0, 5],
|
||||||
|
|
Loading…
Reference in New Issue