Spaces:
Running
Running
Aditya Shankar
feat: added dataset recording; hf uploader, s3 uploader; runpod trainer (#6)
4384839
unverified
//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(); | |
} | |
} | |