| bio | website | munsie.tumblr.com |
|---|---|---|
| location | Wilmington, MA | |
| age | 37 | |
| visits | member for | 2 years, 10 months |
| seen | Apr 18 '12 at 17:39 | |
| stats | profile views | 104 |
Bio goes here.
|
Jan 30 |
awarded | Enlightened |
|
Jan 30 |
awarded | Nice Answer |
|
Jan 26 |
awarded | Great Answer |
|
Aug 13 |
awarded | Popular Question |
|
Jul 14 |
awarded | Yearling |
|
Jun 8 |
awarded | Caucus |
|
Apr 16 |
awarded | Nice Answer |
|
Feb 3 |
awarded | Taxonomist |
|
Jul 15 |
awarded | Yearling |
|
May 16 |
answered | OpenGL ES 1.1 strange slow drawing by zooming on iPhone |
|
May 16 |
comment |
OpenGL ES 1.1 strange slow drawing by zooming on iPhone One more FYI -- glBindFramebufferOES() only needs to be called once per context, so you shouldn't be calling it once per frame. |
|
May 16 |
comment |
OpenGL ES 1.1 strange slow drawing by zooming on iPhone Depending on what version of iOS he is running on, the UIScrollView probably isn't having an effect. For simple scenes like this (looks like about 18 triangles), it's not going to matter. |
|
May 16 |
comment |
OpenGL ES 1.1 strange slow drawing by zooming on iPhone Just as an FYI -- you should make your call to EAGLContext setCurrentContext: before any of your GL calls. You are currently doing in the middle of your BeginDrawing method. Also, if you are only using one EAGLContext for the app, you can simply set it once after it is created and never call it again as long as it remains valid. |
|
May 16 |
answered | openGL book recommendation |
|
Jan 27 |
answered | Recommended hardware for developing ios games? |
|
Nov 24 |
awarded | Guru |
|
Oct 28 |
answered | Objective-C to plain c iPhone game performance improvements |
|
Oct 28 |
comment |
What are good games to “earn your wings” with? +1 for the comment about actually releasing a game. Getting a game up and running is only about 30% of the process, IMO. Constantly iterating on the mechanics, polishing everything to look presentable, chasing down those nasty bugs that only occur in very specific scenarios and actually being able to focus just on what needs to be done is the other 70%. |
|
Aug 12 |
awarded | Enthusiast |
|
Aug 10 |
awarded | Nice Answer |