avoid API change in URDFImporterInterface

fix .obj texture loading issue
This commit is contained in:
Erwin Coumans
2016-05-24 09:01:03 -07:00
parent 9bd88e5727
commit b1adc0d9ef
6 changed files with 8 additions and 6 deletions

View File

@@ -46,7 +46,7 @@ public:
virtual bool getRootTransformInWorld(btTransform& rootTransformInWorld) const;
virtual int convertLinkVisualShapes(int linkIndex, const char* pathPrefix, const btTransform& localInertiaFrame, class btCollisionShape* colShape) const;
virtual int convertLinkVisualShapes2(int linkIndex, const char* pathPrefix, const btTransform& inertialFrame, class btCollisionShape* colShape) const;
///todo(erwincoumans) refactor this convertLinkCollisionShapes/memory allocation