August 11, 2011

OpenGL - Cylinder UV Texture Mapping

My first (OpenGL) article cover a way to correctly uv-map a cylinder.

Tools - Libraries

While developing my Game Engine, i have discovered some amazing libraries :

- FreeImage : a powerful, well-written and easy to integrate lib to load images in almost any formats.

- Assimp : same pros as above but for 3D Model (mesh, attribute, animation...) !