diff --git a/Extras/BulletColladaConverter/ColladaConverter.cpp b/Extras/BulletColladaConverter/ColladaConverter.cpp index 2a3615b30..2dc8ab584 100644 --- a/Extras/BulletColladaConverter/ColladaConverter.cpp +++ b/Extras/BulletColladaConverter/ColladaConverter.cpp @@ -13,6 +13,13 @@ subject to the following restrictions: 3. This notice may not be removed or altered from any source distribution. */ +/* Some TODO items: + * + * Figure out why velocity loading appears not to be working + * Output convex hull geometry for every single shape + * Preserve normals and texture coordinates for mesh shapes + */ + #include #include "ColladaConverter.h" #include "btBulletDynamicsCommon.h"