UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 235 B
/** * * @param {BinaryUint32BVH} bvh * @param {Float32Array} vertices */ export function bvh32_from_unindexed_geometry(bvh: BinaryUint32BVH, vertices: Float32Array): void; //# sourceMappingURL=bvh32_from_unindexed_geometry.d.ts.map