Collision Detection overview
by Kyle "Nonsense" Watson · in Technical Issues · 10/17/2002 (8:45 pm) · 3 replies
how do I: find out if a point has collided with the terrain, and if it has to move it above the terrain where is collided
X (need to move it here)
---------------------------------------------- (terrain)
X (point)
thanks for your help
-kyle
X (need to move it here)
---------------------------------------------- (terrain)
X (point)
thanks for your help
-kyle
About the author
Associate Kyle Carter
They'll let you specify a line to test along (such as from the point to a point very high above it), an exclusion mask (so you can say, only test for terrain), and return the location and normal for the point they struck. Hope that helps.