Home | History | Annotate | Download | only in BulletWorldImporter

Lines Matching defs:ts

1787 	btBvhTriangleMeshShape* ts = new btBvhTriangleMeshShape(trimesh,true);
1788 m_allocatedCollisionShapes.push_back(ts);
1789 return ts;