bx-1379-redesign #15

Merged
ksenia_mikhailova merged 124 commits from bx-1379-redesign into dev 2024-09-06 15:39:13 +03:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit a97723b8bb - Show all commits

View File

@ -270,7 +270,6 @@ watch(() => sidebar.is_open && sidebar.id_clickable, () => {
const quaternion = new Quaternion();
quaternion.setFromAxisAngle(new Vector3(1, 0, 0), -45 * 4 * (Math.PI / 180));
camera_rotatetoto.value = quaternion
camera.value.rotation.z += Math.PI/2
camera_moveto.value = target_vector;
}
}