@three.ez/batched-mesh-extensions
Version:
Utility extension methods for BatchedMesh
8 lines • 312 B
JavaScript
import { extendBatchedMeshPrototypeCommon } from './ExtendBatchedMeshPrototype.common.js';
/**
* Enhances the BatchedMesh prototype with additional methods.
*/
export function extendBatchedMeshPrototype() {
extendBatchedMeshPrototypeCommon();
}
//# sourceMappingURL=ExtendBatchedMeshPrototype.webgpu.js.map