| 1 | import { Document } from '@gltf-transform/core'; |
| 2 | import { EXTMeshGPUInstancing, type InstancedMesh } from '@gltf-transform/extensions'; |
| 3 | import { instance } from '@gltf-transform/functions'; |
| 4 | import { createTorusKnotPrimitive, logger } from '@gltf-transform/test-utils'; |
nothing calls this directly
no test coverage detected