Skip to content

Commit

Permalink
Docs: Clarify Raycaster.set().
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugen87 committed Dec 22, 2020
1 parent 42557ca commit 96c001f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/en/core/Raycaster.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ <h3>[method:null set]( [param:Vector3 origin], [param:Vector3 direction] )</h3>
[page:Vector3 direction] — The normalized direction vector that gives direction to the ray.
</p>
<p>
Updates the ray with a new origin and direction.
Updates the ray with a new origin and direction. Please note that this method only copies the values from the arguments.
</p>

<h3>[method:null setFromCamera]( [param:Vector2 coords], [param:Camera camera] )</h3>
Expand Down

0 comments on commit 96c001f

Please sign in to comment.