ImportURDFSetup: add Wavefront/obj support

ImportURDFSetup: initialize mass/inertia to 1 by default (instead of 0)
This commit is contained in:
erwin coumans
2015-03-09 14:23:17 -07:00
parent 5e78feb4cb
commit ebd63d92c9
5 changed files with 60 additions and 7 deletions

View File

@@ -0,0 +1,11 @@
#ifndef LOAD_MESH_FROM_OBJ_H
#define LOAD_MESH_FROM_OBJ_H
struct GLInstanceGraphicsShape;
GLInstanceGraphicsShape* LoadMeshFromObj(const char* relativeFileName, const char* materialPrefixPath);
#endif //LOAD_MESH_FROM_OBJ_H