feat: improve help view
Some checks failed
Deploy to GitHub Pages / build_site (push) Failing after 1m24s

This commit is contained in:
2024-04-26 19:04:54 +02:00
parent 9d1b631c32
commit 98a4e6e34d
20 changed files with 243 additions and 170 deletions

View File

@@ -36,7 +36,7 @@
let isRunning = false;
const task = useTask(() => {
let length = center.clone().sub(controls.target).length();
if (length < 0.01) {
if (length < 0.01 || !centerCamera) {
isRunning = false;
task.stop();
return;