added non-uniform scaling to btMultiSphereShape

added ray-aabb check
modified Raycast demo to be more useful for debugging collision shapes
This commit is contained in:
ejcoumans
2006-11-09 01:58:33 +00:00
parent db65601f9a
commit 6d47d9492e
12 changed files with 211 additions and 54 deletions

View File

@@ -297,7 +297,7 @@ public:
}
///users can point to their objects, userPointer is not used by Bullet
void* getUserPointer()
void* getUserPointer() const
{
return m_userObjectPointer;
}