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?
Asked
Active
Viewed 544 times
-1
-
1Hello, 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 Answers
0
There is the BoundingFrustum built-in class you can take a look at for a first basic implementation.

G.Vernier
- 369
- 2
- 14
-
Thank you, but I just found somebody explaining about it in another website. – Omer Eli Jan 08 '19 at 16:00
0
I got found the solution for my problem by someone explaing about how to use frustum culling with bounding spheres or boxes

Omer Eli
- 19
- 7