Add picking setup in app.js

This commit is contained in:
2025-05-28 04:54:51 +02:00
parent a98a6b8810
commit 2c1313e344

View File

@@ -308,6 +308,7 @@ class Spirit {
}
});
this.scene.add(this.grp);
this._setupPicking();
}
update(dt) {