Top "Opengl-es-2.0" questions

Subset of the OpenGL 3D graphics API designed for embedded devices such as mobile phones.

How to draw anti aliased lines in OpenGL ES 2.0?

I am trying to draw some contours that I have stored as vertex arrays: typedef struct { float* vertices; int nrPoints; }…

opengl-es drawing opengl-es-2.0 antialiasing contour
How do I methodically choose the near clip plane distance for a perspective projection?

I have a 3D scene and a camera defined using gluPerspective. I have a fixed FOV, and I know the …

3d opengl-es-2.0 webgl projection
Applying part of a texture (sprite sheet / texture map) to a point sprite in iOS OpenGL ES 2.0

It seems this should be easy but I'm having a lot of difficulty using part of a texture with a …

ios opengl-es glsl opengl-es-2.0
glCreateShader and glCreateProgram fail on android

I'm having a very difficult problem creating a shader program on android. when I call glCreateShader or glCreateProgram each always …

java android opengl-es-2.0 shader nexus-7
OpenGL ES 2.0 and vertex buffer objects (VBO)

I can't figure out how to use a vertex buffer object for my terrain in opengl es 2.0 for iphone. It's …

iphone opengl-es-2.0 shader vbo vertex-buffer
OpenGL ES to video in iOS (rendering to a texture with iOS 5 texture cache)

You know the sample code of Apple with the CameraRipple effect? Well I'm trying to record the camera output in …

ios opengl-es-2.0 fbo glreadpixels
Using the Rotation Vector Sensor

I would like to know how to properly use the output from the "Rotation Vector Sensor". Currently I came up …

java rotation orientation opengl-es-2.0 android-sensors
How to create Stencil buffer with texture (Image) in OpenGL-ES 2.0

Can I have Stencil prepared with a texture (Image) in OpenGL 2.0 So that some part of the Image will be …

textures opengl-es-2.0 stencil-buffer
GLKTextureLoader fails when loading a certain texture the first time, but succeeds the second time

I'm making an iPhone application with OpenGL ES 2.0 using the GLKit. I'm using GLKTextureLoader to load textures synchronously. The problem …

iphone opengl-es ios5 opengl-es-2.0 glkit
Errors showing for OES OpenGL statements in Xcode 6 for iOS8

Xcode 6 iOS SDK 8.0 in Yosemite is giving me errors for OpenGL ES2 code which compiles fine under Xcode 5 GLuint depthStencilRenderbuffer; …

opengl-es-2.0 ios8 xcode6