interactive objects integration

This commit is contained in:
2025-11-04 16:41:42 +02:00
parent 429ab07db5
commit 4236927537
13 changed files with 178 additions and 243 deletions
+2 -2
View File
@@ -262,8 +262,8 @@ class GameEngine extends THREE.EventDispatcher{
}
async initPhysics() {
this.phy = new Physics(this);
await this.phy.init();
this.physics = new Physics(this);
await this.physics.init();
}
handleXrAction(gameEngine, delta) {