-------------------------------------
Python 3 scripts for Mesh conversion
-------------------------------------


- obj_2_h : convert a 3D mesh in Wavefront's .obj format to a tgx::Mesh3D<tgx::RGB565>  object in a header .h file. 
            create multiple objects linked together (for groups/objects and when material changes)
            
- texture_2_h : Convert an image into a tgx::Image<tgx::RGB565> object in a .h file which can subsequently be 
                used as a regular image or as a texture. 
                
                
