dev #84

Merged
ksenia_mikhailova merged 141 commits from dev into main 2024-10-03 15:30:24 +03:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 4a2028415e - Show all commits

View File

@ -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],