[SlimDX, DirectX] Find out if a Vector3 is on screen.

Started by
2 comments, last by sickbattery 14 years, 8 months ago
Hi, I'm trying to find out if a point (Vector3) will be drawn on screen. Considering z far, z near, fov, cam position, target position, the aspect ratio and the up vector. I don't find anything on google, but maybe I'm using the wrong keywords -.- ... Best Regards, sb.
Advertisement
Quote:Original post by sickbattery
I don't find anything on google, but maybe I'm using the wrong keywords -.- ..


Try "Frustum Culling".
Thanks a lot :).
For anyone else:
http://www.chadvernon.com/blog/tutorials/managed-directx-2/frustum-culling/

Works excellent :).

This topic is closed to new replies.

Advertisement