зеркало из https://github.com/xamarin/ios-samples.git
18617d9d7c | ||
---|---|---|
.. | ||
GLKBaseEffectDrawing | ||
GLKBaseEffectDrawingTexture | ||
GLKReflectionMapEffectSkybox | ||
OpenGLES20Example | ||
PerVertexDirectionalLighting | ||
Screenshots | ||
Metadata.xml | ||
OpenGL.sln | ||
README.md |
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