| 1 | import * as THREE from 'three'; |
| 2 | import * as utils from '../utils/index.js'; |
| 3 | import { registerComponent } from '../core/component.js'; |
| 4 | import { shaders, shaderNames } from '../core/shader.js'; |
nothing calls this directly
no test coverage detected