Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
8 votes
2 answers
9k views

Where is the official documentation for CVOpenGLESTexture method types?

I tried google and stackoverflow but I cant seem to find the oficial documentation for functions that start with CVOpenGLESTexture. I can see they are from core Video, and I know they were added on ...
Pochi's user avatar
  • 13.5k
3 votes
1 answer
335 views

Perlin Noise for iPhone/iPad?

How can i get a sand effect in perlin-noise ? Do somebody have any tutorial to implement perlin noise in iPhone ?
BigAppleBump's user avatar
  • 1,096
1 vote
1 answer
2k views

iOS 5 undeclared identifier GL_TEXTURE_RECTANGLE

I'm having trouble using a rectangular texture on iOS (iPhone 3gs or newer) I'm trying to use GL_TEXTURE_RECTANGLE and/or GL_EXT_texture_rectangle but XCODE autocomplete doesn't recognize it, i think ...
OMRVKZ's user avatar
  • 11
0 votes
1 answer
2k views

Resolve multisample frambuffer error since ios5

i have some problems in a project i want to support for ios5. I have code of an app that contains 3d rendering using opengl-es and antialiasing using multisample frame buffers. The code works great on ...
kshala's user avatar
  • 58