Check if a point is in the cameras view?

Blitz3D Forums/Blitz3D Programming/Check if a point is in the cameras view?

Craig H. Nisbet(Posted 2003) [#1]
Anyone know how to write code that could return a true/false if a point is within the camera field of view? ActuaAny ideas?


poopla(Posted 2003) [#2]
I would create a pivot, then use entityvisible personally.


GfK(Posted 2003) [#3]
I would create a pivot, then use entityvisible personally.
You mean EntityInView(), surely?


poopla(Posted 2003) [#4]
Aye, thanks, just woke up :).