This library provides a handy interface to create wavefront .obj files. You can add vertex and faces to define a 3d object. It handles the syntax of the .obj file format and takes care of vertex ...
* In .obj files, counter clockwise winding triangles point outward. #ifndef CYCLOPS_WAVEFRONT_OBJ_FILE_H #define CYCLOPS_WAVEFRONT_OBJ_FILE_H Vector3 p0 = points[face_vertex_indices[face_index_start]] ...