ios-samples/OpenGL/README.md

992 B

name description page_type languages products urlFragment
Xamarin.iOS - OpenGL A collection of samples for using OpenGL in Xamarin.iOS sample
csharp
xamarin
opengl

Xamarin.iOS 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

OpenGL application screenshot

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