Does anyone know a tutorial hat e开发者_JS百科xplains how to shade an object to look like silver metal? (on iphone)?
I got a problem with OpenGL ES on iPhone. I\'m working on a project, it draws something on the view, and then save the image. It also has a background image. I combined the image get from view and th
I\'m experimenting w/ improving the \"resolution\" of an OpenGL ES based app.Apple mentions here (developer.apple.com) that OpenGL ES in iOS 4 supports multisampling... and this can imp开发者_开发问答
I want to build an web app that uses openGL, a native one. (examples: http://www.apple.com/webapps/index1.html)
What are the necessary steps to update an existing OpenGL ES 1.1 based 2D iPhone game to be compatible w/ the iPhone 4\'s retina display?I\'m still using the Texture2D class that came w/ Apple\'s Cras
I\'ve got a lovely OpenGLES code slice that renders up images for me. When I want to, I can call a function on it:
I\'m attempting to setup a framebuffer properly in order to support depth and correct perspective. I\'m using the OpenGL ES Application template in XCode and I have been following the guidelines in th
I want to use matrix palette API(Like OpenGLES1.1 extension API GL_OES_matrix_palette) on mac(XCode), linux(CDT) and windows(VC++).
Anyone know of an example of an opengl implementation of something like the Gallery widget? Basically, I am looking for an example of how to horizon开发者_如何学Gotally scroll a list of images using o
How to make the crosshair point in OpenGL ES? After I get the coordinate of my object by using glTranslatef, I want to make my 开发者_Go百科point become visible and in the crosshair style. How to do i