tgc-utn / tgc-monogame-samples

Samples using MonoGame by TGC.
MIT License
9 stars 13 forks source link

Frustum Culling sample #70

Closed AVinitzca closed 2 years ago

AVinitzca commented 2 years ago

Added a Frustum Culling sample. It shows how to perform basic visibility testing for spheres and AABBs against a bounding frustum, and using the tests to decide if the models should be drawn or not.