Browse Source

Merge pull request #20931 from Mugen87/dev2

Docs: Clarify Raycaster.set().
Mr.doob 4 years ago
parent
commit
bdedccfcef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/en/core/Raycaster.html

+ 1 - 1
docs/api/en/core/Raycaster.html

@@ -145,7 +145,7 @@
 		[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>