Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gonnavis/whether_point_in_3d_model

js check whether point is in 3d model
https://github.com/gonnavis/whether_point_in_3d_model

Last synced: 22 days ago
JSON representation

js check whether point is in 3d model

Awesome Lists containing this project

README

        

# whether_point_in_3d_model
JS check whether point is in 3d model.


By algorithm that "Raycast once from the point to any direction, then check the intersects num, if is odd, the point is in the geometry."


inspired by https://blender.stackexchange.com/questions/31693/how-to-find-if-a-point-is-inside-a-mesh

related info: https://github.com/mrdoob/three.js/pull/14818