Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/api/en/core/Raycaster.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,9 @@ <h3>[method:Array intersectObject]( [param:Object3D object], [param:Boolean recu
<p>
[page:Float distance] – distance between the origin of the ray and the
intersection<br />
[page:Float distanceToRay] – Some objects (f.e. [page:Points Points]) provide
the distance of the intersection to the nearest point on the ray. For other
objects it will be `undefined`<br />
[page:Vector3 point] – point of intersection, in world coordinates<br />
[page:Object face] – intersected face<br />
[page:Integer faceIndex] – index of the intersected face<br />
Expand Down