remove azimuth #85

Merged
ksenia_mikhailova merged 1 commits from dev into main 2024-10-03 15:51:43 +03:00
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ const controlsState = reactive({
enableZoom: false, enableZoom: false,
minPolarAngle: degToRad(60), minPolarAngle: degToRad(60),
maxPolarAngle: degToRad(100), maxPolarAngle: degToRad(100),
minAzimuthAngle: degToRad(0), //minAzimuthAngle: degToRad(0),
maxAzimuthAngle: degToRad(180), //maxAzimuthAngle: degToRad(180),
}) })
const cameraStat = reactive({ const cameraStat = reactive({
position: [0, 0, 5], position: [0, 0, 5],