mrdoob / three.js

JavaScript 3D Library.
https://threejs.org/
MIT License
100.31k stars 35.2k forks source link

`Octree`: Box3 support #24777

Open Cevered opened 1 year ago

Cevered commented 1 year ago

For Octree.js, how would i be able to intersect and get normals and depths for boxes.

Octree["triangleBoxIntersect"] Octree["getBoxTriangles"]

I tried implementing this on my own but i failed multiple times.

Related issue three-mesh-bvh#469

gkjohnson commented 1 year ago

As mentioned in the three-mesh-bvh issue - I think you'll have a better time getting help at the discourse forums.