Spaces:
Running
Running
File size: 240 Bytes
4384839 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
//import * as THREE from 'three';
/**
* Module to display a 3D model of a robot, easily via threejs
*/
export class LeRobotThreejsDisplay {
//scene: THREE.Scene;
constructor() {
//this.scene = new THREE.Scene();
}
}
|