Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 943 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 943 Bytes

OpengGL | ES tutorials

A series of OpenGL examples that cover various OpenGL rendering techniques for iOS, written in C++, and useful for someone who wants to start graphics programming.

Description:

A series of OpenGLES 2.0 tutorials for iOS.

More details can be found on the following link:

http://www.virtual-vision.net/4.html

Version 1.0 of tutorials covers the following subjects:

  • Asset import using Assimp.
  • Gpu Skinning.
  • Bump Mapping.
  • Quaternion camera movement.
  • Fog.
  • SkyBox.
  • Water Reflections.