UNPKG

@matematrolii/sketchbook

Version:

3D matematrolii playground built on three.js and cannon.js

11 lines (10 loc) 177 B
export class LoadingTrackerEntry { public path: string; public progress: number = 0; public finished: boolean = false; constructor(path: string) { this.path = path; } }