зеркало из https://github.com/xamarin/ios-samples.git
c48c4d648c
The new .editorconfig is copied from the one in xamarin/xamarin-macios. Formatting was fixed using 'dotnet format whitespace --folder .' |
||
---|---|---|
.. | ||
GLKBaseEffectDrawing | ||
GLKBaseEffectDrawingTexture | ||
GLKReflectionMapEffectSkybox | ||
OpenGLES20Example | ||
PerVertexDirectionalLighting | ||
Screenshots | ||
Metadata.xml | ||
OpenGL.sln | ||
README.md |
README.md
name | description | page_type | languages | products | urlFragment | ||
---|---|---|---|---|---|---|---|
Xamarin.iOS - OpenGL | A collection of samples for using OpenGL in Xamarin.iOS | sample |
|
|
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
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