Game Development Community

Raycast

by Quentin Headen · in Torque Game Engine · 03/08/2007 (8:35 am) · 2 replies

Hello All. I wanted to know what is a raycast? Thank you.

About the author

Just your average programmer who tries to finish the projects he starts. :) I am currently focused on creating games with Torque engines. My website is http://phaseshiftsoftware.com


#1
03/08/2007 (8:43 am)
Where you test, in the 3D world,whether any objects of specified types are hit by a 3D line (or ray) that goes between a defined starting point and a defined ending point.
#2
03/08/2007 (9:21 am)
Well, how can I make a raycast on my player?