Erin M Gunn
Erin M Gunn
**Application Version** 4.13.0 **Platform** All **Qt** N/A **PyQt** N/A **Display Driver** N/A **Steps to Reproduce** Slice the included stl with surface mode set as 'Surface' and slice at 0.2 layer...
- `three` version: ^0.164.1 - `@types/three` version: ^0.164.1 - `three-stdlib` version: ^2.30.1 ### Problem description: Many [public](https://github.com/mrdoob/three.js/blob/dev/examples/jsm/controls/ArcballControls.js#L1107) and [documented](https://threejs.org/docs/?q=arcball#examples/en/controls/ArcballControls.setMouseAction) methods on ArcballControls are marked [private](https://github.com/pmndrs/three-stdlib/blob/main/src/controls/ArcballControls.ts#L1487) in three-stdlib. ### Relevant code:...
### Description Implement an API such that users can define their own BVH queries and traversals. ### Context Geometric primitive distance queries (line, triangle, cone, cylinder, aabb, obb, etc.). Spherecasting...