ieyer
Results
1
issues of
ieyer
// ------------------------------------------------- write // obj write // Ref: https://github.com/patrikhuber/eos/blob/master/include/eos/core/Mesh.hpp void _write_obj_with_colors_texture(string filename, string mtl_name, float* vertices, int* triangles, float* colors, float* uv_coords, int nver, int ntri, int ntexver) { int...