| 1 | import * as THREE from 'three'; |
| 2 | import { OBJLoader } from 'three/addons/loaders/OBJLoader.js'; |
| 3 | import { MTLLoader } from 'three/addons/loaders/MTLLoader.js'; |
| 4 | import { debug } from '../utils/index.js'; |
nothing calls this directly
no test coverage detected