Tagged Questions
0
votes
0answers
797 views
Setting up perspective projection on Opengl ES 2.0 makes objects disappear
I'm working on a project using opengl-es 2.0, and I'm having some trouble setting up perspective projection.
If I don't set up the perspective projection and simply multiply the object-to-world ...