Implements OBJ model file support. More...
Go to the source code of this file.
Namespaces | |
| chai3d | |
Functions | |
| bool | chai3d::cLoadFileOBJ (cMultiMesh *a_object, const std::string &a_filename) |
| This function loads an OBJ model file. More... | |
| bool | chai3d::cSaveFileOBJ (cMultiMesh *a_object, const std::string &a_filename) |
| This function saves an OBJ model file. More... | |