asafbibas / jmonkeyengine

Automatically exported from code.google.com/p/jmonkeyengine
0 stars 0 forks source link

Android renderer is cluttered with logging and glCheckErrors calls #471

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.open the OpenGLESRenderer.java
2.open your eyes
3.see?

Todo : 
remove all logging and error checking and use this
http://developer.android.com/reference/android/opengl/GLDebugHelper.html

Original issue reported on code.google.com by remy.bou...@gmail.com on 22 Feb 2012 at 10:15

GoogleCodeExporter commented 8 years ago
Since there's no debug helper for OpenGL 2.0, I simply removed all 
logging/checking calls altogether. 
Use debugging software such as PerfHUD ES to check for errors or debug calls.

Original comment by ShadowIs...@gmail.com on 4 Jun 2012 at 3:01