I truly hate asking what feels like a completely stupid question, but my lack of formal training as lead me to throw this question right out there.
I\'m currently generating geometry rather than importing it as a model. This makes it necessary to calculate all normals within the application.
Apple\'s documentation here doesn\'t provide specifics, unfortunately. Anyone know of a good list o开发者_如何学JAVAf which iOS devices and which versions of iOS support which version of Open GL ES?Al
Is it possible to achieve an transparency effect where fragments with alpha lower than 0.5 are discarded and fragments with alpha higher than 0.5 are rendered rendered opaque? From what I\'ve read,
I am trying to locate an Android-ready version of the OpenGL Glut library. Doe开发者_如何学Cs anyone have a pointer?Android doesn\'t ship with Glut (it is not Open Source), but there are some free alt
I get this error message 08-30 19:20:17.774: ERROR/AndroidRuntime(4681): FATAL EXCEPTION: GLThread 9 08-30 19:20:17.774: ERROR/AndroidRuntime(4681): java.lang.IllegalArgumentException: length - offse
I\'m trying to implement some basic OpenGL in my app, and in doing so, I used the GLPaint example included with the SDK as a jumping off point.My code works fine on its own, but once I move everything
I am going to buy a book on OpenGL, but I have a few questions as to what I should be learning. I am torn between dedicating myself to learn OpenGL 1.x or OpenGL 2.0, because OpenGL ES 2.0 only exist
I want to plot real time data from a bluetooth device.I have a Bluetooth device that the phone will connect to and read the data coming from it.The data is voltage levels from some sensors and having
I\'m cu开发者_如何转开发rrently playing around with a 2D side scrolling platform game but I am unable to get the background to scroll. I\'ve looked around the internet and have found a couple of tutor