sivarajankumar / screen3d

Automatically exported from code.google.com/p/screen3d
0 stars 0 forks source link

[Screen]Migration to glm library #29

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
OpenGL Mathematics (GLM) is a C++ mathematics library for 3D software based on 
the OpenGL Shading Language (GLSL) specification.

http://glm.g-truc.net/

advantage :
* independent from any other api (so portable, and fully compatible with 
android)
* optimized for opengl matrices

Original issue reported on code.google.com by thoratou@gmail.com on 25 Jan 2011 at 8:49

GoogleCodeExporter commented 8 years ago
glm 0.9.2.3 added to dropbox repository

Original comment by thoratou@gmail.com on 14 Jul 2011 at 2:21

GoogleCodeExporter commented 8 years ago
migration complete for matrices
need some clean-ups into Screen/Math to suppress old classes

Original comment by thoratou@gmail.com on 14 Jul 2011 at 9:32

GoogleCodeExporter commented 8 years ago
clean up complete

Original comment by thoratou@gmail.com on 17 Sep 2011 at 5:35