Skip to content

Commit bdedccf

Browse files
authored
Merge pull request #20931 from Mugen87/dev2
Docs: Clarify Raycaster.set().
2 parents 42557ca + 96c001f commit bdedccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/en/core/Raycaster.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ <h3>[method:null set]( [param:Vector3 origin], [param:Vector3 direction] )</h3>
145145
[page:Vector3 direction] — The normalized direction vector that gives direction to the ray.
146146
</p>
147147
<p>
148-
Updates the ray with a new origin and direction.
148+
Updates the ray with a new origin and direction. Please note that this method only copies the values from the arguments.
149149
</p>
150150

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

0 commit comments

Comments
 (0)