Functions | |
| bool | LoadOBJData (const char *path, std::vector< GLfloat > &vertices, std::vector< GLushort > &indices) |
| bool | LoadOBJData (const char *path, std::vector< GLfloat > &vertices, std::vector< GLfloat > &normals) |
| bool tango_gl::obj_loader::LoadOBJData | ( | const char * | path, |
| std::vector< GLfloat > & | vertices, | ||
| std::vector< GLushort > & | indices | ||
| ) |
Definition at line 21 of file obj_loader.cpp.
| bool tango_gl::obj_loader::LoadOBJData | ( | const char * | path, |
| std::vector< GLfloat > & | vertices, | ||
| std::vector< GLfloat > & | normals | ||
| ) |
Definition at line 65 of file obj_loader.cpp.