UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 292 B
/** * BVH leaves will contain `face_id` and their bounds will be set from the corresponding face bounds. * @param {BVH} bvh * @param {BinaryTopology} mesh */ export function bvh_build_from_bt_mesh(bvh: BVH, mesh: BinaryTopology): void; //# sourceMappingURL=bvh_build_from_bt_mesh.d.ts.map