Home › Forums › TimelineFX Module › Monkey Collision library › Reply To: Monkey Collision library
FOV would be an angle, so the arc to check within. The direction is the way the observer is facing, so it will check either side of the direction. So if FOV is 45, then it will check 22.5 deg to the left and right of the direction. This is infinite though so you might want to put a separate distance check if needed.
I should update the module so it uses strict really, not sure why I didn’t!