Raycast: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

6 August 2024

27 May 2024

21 May 2024

16 May 2024

  • curprev 19:0819:08, 16 May 2024Nikitaivanov talk contribs 1,958 bytes +1,958 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..."