Relative Content

Tag Archive for three.jsraycasting

Threejs source code for Object3D raycast()

I wonder how three.js raycast is returning the face intersected on raycast intersect objects method. However, when diving into the git repo, I came up with the surprise that the code source for that method is not posted in github:
https://github.com/mrdoob/three.js/blob/master/src/core/Object3D.js#L532