bx-1316-refactoring #14

Merged
ksenia_mikhailova merged 46 commits from bx-1316-refactoring into dev 2024-08-28 15:06:52 +03:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit bc523641c1 - Show all commits

View File

@ -279,6 +279,7 @@ watch(() => sidebar, () => {
el.getWorldPosition(target_vector);
target_vector.y = 0;
(controls.value as any).target = target_vector;
camera.value?.position.set(30, 30, 30)
}
}
}, { deep: true })