ios-samples/OpenGL
David Britch 168efa013e Switched to 64-bit only builds. 2018-08-07 14:13:47 +01:00
..
GLKBaseEffectDrawing Switched to 64-bit only builds. 2018-08-07 14:13:47 +01:00
GLKBaseEffectDrawingTexture Switched to 64-bit only builds. 2018-08-07 14:13:47 +01:00
GLKReflectionMapEffectSkybox Switched to 64-bit only builds. 2018-08-07 14:13:47 +01:00
OpenGLES20Example Switched to 64-bit only builds. 2018-08-07 14:13:47 +01:00
PerVertexDirectionalLighting Switched to 64-bit only builds. 2018-08-07 14:13:47 +01:00
Screenshots Added screenshot with same name as sample as no image appears on Sample website 2013-06-19 19:04:08 -04:00
Metadata.xml Add brief description tag to metadata.xml 2015-03-23 18:03:04 +03:00
OpenGL.sln [OpenGL] Update GLKBaseEffectDrawing sample 2015-05-12 22:13:07 +03:00
README.md Add OpenGL Samples 2013-06-19 09:04:31 -08:00

README.md

OpenGL

A collection of samples for using OpenGL in Xamarin.iOS. These samples are Xamarin ports of samples found in objective-c at https://github.com/jlamarche/iOS-OpenGLES-Stuff

GLKBaseEffectDrawing

Draws a rotating monkey's head from a list of vertices and normals using GLKit

GLKBaseEffectDrawingTexture

Adds a texture to the monkey head from the GLKBaseEffectDrawing sample

GLKReflectionMapEffectSkybox

Adds a skybox to the GLKBaseEffectDrawing sample and changes the monkey's head to be reflective.

OpenGLES20Example

Draws a rotating 20-sided die using shaders and a texture image.

PerVertexDirectionalLighting

Adds directional lighting to OpenGLES20Example

Authors

Timothy Risi