UNPKG

@three.ez/batched-mesh-extensions

Version:
6 lines 276 B
import { BatchedMeshBVH } from '../BatchedMeshBVH.js'; export function computeBVH(coordinateSystem, config = {}) { this.bvh = new BatchedMeshBVH(this, coordinateSystem, config.margin, config.accurateCulling); this.bvh.create(); } //# sourceMappingURL=ComputeBVH.js.map