[200~enableDamping~

This commit is contained in:
Kseninia Mikhaylova 2024-08-20 15:10:43 +03:00
parent 1b635741b9
commit 90fd46058e
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ const camera = ref()
const cameraPosition = ref([1, 1, 1]) as unknown as Ref<Vector3>
const controlsState = reactive({
enableDamping: false,
enableDamping: true,
maxPolarAngle: (Math.PI / 2) - 0.07,
minAzimuthAngle: (Math.PI / 2) - 0.20,
})