What is it called ( what term 开发者_如何转开发should i google) when flipping/tilting the phone, so that the view rotates when running android?
For some reason my texture are not drawing, even though my code looks exactly the same as an old project that did. So far, the vertexes and TexCoords look fine, as I am having white squares being draw
I have a scene that contains a bunch of objects, for example lets say it\'s a simple grid of tiles.So there\'s a main \"border\" object, and then (rows x columns) cells.
I\'ve written a couple apps that are currently published in the app store. However, I\'d like to start writing games that use OpenGL ES. I know how to model objects in 3D Studio Max but what I don\'t
I\'m writing a game for iOS. It has a game map, and I\'m using OpenGL to draw it, because the other options were too slow. I have units on the map, represented by alphabetic letters, a la 开发者_开发技
I\'m having a problem rendering a background texture in my iPhone app.The following images show the problem:
I\'m drawing some lines in cocos2d (using handy ccDrawLine), nothing fancy, but i want to check if my animated line hits something. I could do some math calculations for some objects, but fo开发者_开发
I\'m trying to work out a strategy for transparency using WebGL, to support the case of a transparent object that encloses another.
It is possible use Display Lists (glGenLists) on iOS? I\'m doing some openGL ES for iPhone platform and I want gain more performance so i开发者_JAVA技巧 think that Display List was a good idea.I fear
I need some quick advice. I would like to simulate a cellular automata (from A Simple, Efficient Method