Tagged Questions
1
vote
2answers
754 views
Back-face culling in 2d openGL game
I have a 2d game I've made using openGL ES. The game contains a large quad that fills the entire screen (as a background image) and many smaller quads that make up a number of balls that bounce across ...