From 995b4d7b9246c6e1fd513d19dbbb8de9525e1738 Mon Sep 17 00:00:00 2001 From: johnmccutchan Date: Wed, 30 Jan 2008 01:59:52 +0000 Subject: [PATCH] Added some TODO items to ColladaConverter.cpp --- Extras/BulletColladaConverter/ColladaConverter.cpp | 7 +++++++ 1 file changed, 7 insertions(+) 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"