Rendering Technique in OpenGL
I want to enable rendering in specified points (I am holding the collection of points in array) and disable ren开发者_C百科dering on rest of OpenGL layer
can any one help me to get out of this problem for iPhone!!!!
If you're using OpenGL ES 2.0, you can use the stencil buffer to mask those areas.
精彩评论