Raycast: Difference between revisions
Created page with "File:Raycast1.png  Traces a line between two points and outputs True if the line hits anything, the position of intersection, and the object it hit. (Think of it as a laser, you stand in the starting position and shoot a laser to the end position.)  Inputs:  * From: the start of the line. * To: the end of the line.  Outputs:  * Hit?: Returns whether the line hits an object. * Hit Pos: The point where the object is detected, or [0, 0, 0] if it..."
Nikitaivanov (talk | contribs)   (Created page with "File:Raycast1.png  Traces a line between two points and outputs True if the line hits anything, the position of intersection, and the object it hit. (Think of it as a laser, you stand in the starting position and shoot a laser to the end position.)  Inputs:  * From: the start of the line. * To: the end of the line.  Outputs:  * Hit?: Returns whether the line hits an object. * Hit Pos: The point where the object is detected, or [0, 0, 0] if it...")  | 
			
(No difference) 
 |