interactive objects parametrization

This commit is contained in:
2025-11-02 18:03:46 +02:00
parent 6253fc32d7
commit d8618c69f4
15 changed files with 411 additions and 474 deletions
@@ -2,7 +2,7 @@ import { Group, RGBAFormat } from 'three';
import { GLTFLoader } from 'three/examples/jsm/loaders/GLTFLoader';
import { MotionEngine } from '../../lib/MotionEngine';
var Game4 = function(context, gltf, w, h){
var PuzzleGame4 = function(context, gltf, w, h){
this.object = new Group();
const aq = new MotionEngine();
const pr = [];
@@ -121,4 +121,4 @@ var Game4 = function(context, gltf, w, h){
}
}
export { Game4 }
export { PuzzleGame4 }