| 1 | import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'; |
| 2 | import { registerComponent } from '../core/component.js'; |
| 3 | import * as utils from '../utils/index.js'; |
| 4 | var warn = utils.debug('components:gltf-model:warn'); |
nothing calls this directly
no test coverage detected