interactive objects parametrization
This commit is contained in:
@@ -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 }
|
||||
Reference in New Issue
Block a user