UNPKG

three-mesh-bvh

Version:

A BVH implementation to speed up raycasting against three.js meshes.

5 lines (4 loc) 209 B
export * from './glsl/common_functions.glsl.js'; export * from './glsl/bvh_distance_functions.glsl.js'; export * from './glsl/bvh_ray_functions.glsl.js'; export * from './glsl/bvh_struct_definitions.glsl.js';