Introduced btActionInterface. This makes it easier to extend user-defined actions, such as vehicles and characters.
btRaycastVehicle and btKinematicCharacterController are derived from btActionInterface now. Some cosmetic cleanup: changed sourceforce/sf.net url to bulletphysics.com.
This commit is contained in:
@@ -2761,7 +2761,7 @@ bool ColladaConverter::save(const char* filename)
|
||||
}
|
||||
|
||||
m_dom->getAsset()->getContributor_array().get(0)->getAuthor()->setValue
|
||||
("http://bullet.sf.net Erwin Coumans");
|
||||
("http://bulletphysics.com Erwin Coumans");
|
||||
|
||||
if (!m_dom->getAsset()->getContributor_array().get(0)->getAuthoring_tool())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user