¡@

Home 

2014/10/15 ¤U¤È 10:11:35

iphone Programming Glossary: multisampling

removing jagged edges of my ropes using antialiasing of OpenGLES

http://stackoverflow.com/questions/17500418/removing-jagged-edges-of-my-ropes-using-antialiasing-of-opengles

most image my output looks like this iphone cocos2d iphone share improve this question You will have to enable multisampling if you want to get rid of the edges of textures. Multisampling will act on the entire screen and enabling it will have a..

How do you activate multisampling in OpenGL ES on the iPhone?

http://stackoverflow.com/questions/3340189/how-do-you-activate-multisampling-in-opengl-es-on-the-iphone

do you activate multisampling in OpenGL ES on the iPhone I'm experimenting w improving the resolution of an OpenGL ES based app. Apple mentions here.. 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 improve the graphics somewhat. How do you enable multisampling iphone opengl es ios4 multisampling share.. that OpenGL ES in iOS 4 supports multisampling... and this can improve the graphics somewhat. How do you enable multisampling iphone opengl es ios4 multisampling share improve this question The WWDC session 415 video goes over this a bit so..