DEFAULT_BVH_CONFIG

@three-blocks/pro
const DEFAULT_BVH_CONFIG = { strategy: 0, maxDepth: 40, maxLeafTris: 10, setBoundingBox: true, useSharedArrayBuffer: true, indirect: true, onPro...
Value
{ strategy: 0, maxDepth: 40, maxLeafTris: 10, setBoundingBox: true, useSharedArrayBuffer: true, indirect: true, onProgress: null, verbose: false, }

Default BVH (Bounding Volume Hierarchy) configuration for collision meshes