eaglview
Calculate FPS in opengl game for iphone ( EAGLView )
I used the apple\'s crash landing example as base to program some small games for iphone. Now i would like to meassure the frames per second in my games.[详细]
2023-01-29 07:32 分类:问答How co call methods of EAGLView from ES1Renderer?
Using the standard OpenGL ES iPad pattern we get such \'structure\'. I\'开发者_开发百科ve read some about delegating, protocols, but still got no direct answer for this particular purpose. Please enli[详细]
2023-01-28 06:00 分类:问答Why is my EAGLVIew not rendering anymore in iOS 4.2?
Upgrading to the iOS SDK 4.2 I\'m experiencing several misbehaviors in my application (another one is asked here). The one I\'m gonna ask your help for concerns an OpenGL view (an EAGLView subclass) t[详细]
2023-01-26 14:59 分类:问答destroyFramebuffer method in an openGL app
in my OpenGL type of iphone app,I have this method below in the GLView implementation. i noticed everytime i started up the app during development that the last frame that was present when i shut the[详细]
2023-01-20 02:28 分类:问答How to use gesture recognizer in an OpenGLES application of iPhone?
While I know how to use gesture recognizer in a view-based application,bu开发者_如何学Pythont when I apply the same ideas in a OpenGLSE-based application:[详细]
2023-01-18 08:19 分类:问答Pause animation in EAGLView which is in a UITableViewCell
I have an animation in a EAGLView which is itself in a UITableViewCell. How can I pause the animation in the EAGLView when the view is not visible?[详细]
2022-12-28 16:13 分类:问答Textures not drawing if multiple EAGLViews are used
I\'m having a bit of a problem with Apples EAGLView and Texture2D. If I create an insta开发者_C百科nce of EAGLView and draw some textures, it works great. However, whenever I create a second instance[详细]
2022-12-20 03:40 分类:问答Framebuffer Object Problem
Hello I\'m programming in OpenGLES for the iPhone but I\'m currently stuck with a strange framebuffer object error.[详细]
2022-12-08 23:28 分类:问答