Check if a point is in the cameras view?
Blitz3D Forums/Blitz3D Programming/Check if a point is in the cameras view?
| ||
| Anyone know how to write code that could return a true/false if a point is within the camera field of view? ActuaAny ideas? |
| ||
| I would create a pivot, then use entityvisible personally. |
| ||
| I would create a pivot, then use entityvisible personally. You mean EntityInView(), surely? |
| ||
| Aye, thanks, just woke up :). |