UNPKG

@three.ez/batched-mesh-extensions

Version:
8 lines 312 B
import { extendBatchedMeshPrototypeCommon } from './ExtendBatchedMeshPrototype.common.js'; /** * Enhances the BatchedMesh prototype with additional methods. */ export function extendBatchedMeshPrototype() { extendBatchedMeshPrototypeCommon(); } //# sourceMappingURL=ExtendBatchedMeshPrototype.webgpu.js.map