UNPKG

three-mesh-bvh

Version:

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

4 lines (2 loc) 78 B
import { uint } from 'three/tsl'; export const BVH_STACK_DEPTH = uint( 60 );