Advertisement

Latest GameplayProgramming Activity

@joej  I probably phrased extremely poorly there, I more like meant, the ray-casting from an enemy NPC when it intersects a plane (a door) it can just query what type of things it did intersect. Unless I misunderstood the problem, then it is something like this:

if(Intersect(NPCRay, Object))
{
…
6,849 views
Advertisement
Advertisement
Advertisement