valentinpopescu98 / pingu-engine

Graphics framework fully developed by me.
MIT License
0 stars 0 forks source link

Frustum culling bug #1

Open valentinpopescu98 opened 2 years ago

valentinpopescu98 commented 2 years ago

Frustum culling does not work as intended. Needs fix.

valentinpopescu98 commented 2 years ago

If possible, shorten the SphereInFrustum() method. There are too many if instructions that slow down the program.