-1

I need to add frustum-culling rendering technique to my project but I don't know how to do it. Can someone share some code/explanations so I'll have a better idea of how to do it?

Omer Eli
  • 19
  • 7
  • 1
    Hello, welcome to StackOverflow. Please, check https://stackoverflow.com/tour and how to ask https://stackoverflow.com/help/how-to-ask to refine your question. As it is it won't get responded. I suggest you to start reading on frustum culling techniques and start developing. Come back whenever you have a concrete question rather than asking for help. – Cabrra Jan 07 '19 at 18:16

2 Answers2

0

There is the BoundingFrustum built-in class you can take a look at for a first basic implementation.

G.Vernier
  • 369
  • 2
  • 14
0

I got found the solution for my problem by someone explaing about how to use frustum culling with bounding spheres or boxes

Link about how to use bounding spheres and boxes

Omer Eli
  • 19
  • 7