Simple Occlusion Routine

Started by
2 comments, last by Jeffno10 21 years, 6 months ago
Very simply, what is the best way of determing if an object is visible within the view frustrum? I''m not talking about Octree/BSP etc etc, merely the code necessary to see if any object is on the screen! I understand about bounding spheres etc etc. Thankyou.
Advertisement
I know it sounds like a really stupid question but surely, many of you MUST have such a routine in your code ! I''ve not been able to find it through the usual google route...???
Read up on "3D math".

I would suggest the geometry primer at flipcode or Amir''s tutorials.

I don''t know the answer myself... I have to figure it out myself yet.
Will do. Thankyou.

This topic is closed to new replies.

Advertisement