more Collada physics work

This commit is contained in:
ejcoumans
2006-06-01 06:58:51 +00:00
parent ca2e2a5950
commit 5cb549a9bb
4 changed files with 892 additions and 227 deletions

View File

@@ -111,7 +111,7 @@ FUStatus FCDGeometry::LoadFromXML(xmlNode* geometryNode)
FCDGeometry* entity = GetDocument()->FindGeometry(url.prefix);
if (entity)
{
printf("found convex_mesh%s\n",url.prefix);
printf("found convex_mesh\n");
//quick hack
this->mesh = entity->GetMesh();
mesh->m_convex = true;