interactive objects parametrization
This commit is contained in:
@@ -2,7 +2,7 @@ import { BoxGeometry, Mesh, MeshBasicMaterial, Group } from 'three';
|
||||
import { TextureLoader } from 'three/src/loaders/TextureLoader';
|
||||
import { MotionEngine } from '../../lib/MotionEngine';
|
||||
|
||||
class Game1 {
|
||||
class PuzzleGame1 {
|
||||
constructor(context, image, w, h) {
|
||||
this.object = new Group();
|
||||
const aq = new MotionEngine();
|
||||
@@ -93,4 +93,4 @@ class Game1 {
|
||||
}
|
||||
}
|
||||
|
||||
export {Game1}
|
||||
export { PuzzleGame1 }
|
||||
Reference in New Issue
Block a user