dashboard and progressbar
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Group, Vector3, Matrix4, Mesh, Quaternion, PlaneGeometry, MeshStandardMaterial, DoubleSide } from 'three';
|
||||
import { Group, Vector3, Matrix4, Mesh, Quaternion, PlaneGeometry, MeshStandardMaterial, DoubleSide, CanvasTexture, SRGBColorSpace } from 'three';
|
||||
import { InteractiveObject } from '../InteractiveObject';
|
||||
import { ActiveEvents } from '@dimforge/rapier3d';
|
||||
import Utils from '@/lib/Utils';
|
||||
|
||||
class MazeObject {
|
||||
constructor(engine, def, params = {}){
|
||||
|
||||
Reference in New Issue
Block a user