more PyBullet PhysX preliminary work.

This commit is contained in:
erwincoumans
2019-01-25 10:14:54 -08:00
parent 77a9a77b60
commit a6244d714e
7 changed files with 70 additions and 31 deletions

View File

@@ -7,7 +7,7 @@ bool cShape::ParseShape(const std::string& str, eShape& out_shape)
bool succ = true;
if (str == "null")
{
out_shape = eShapeNull;
out_shape = eShapeNull;
}
else if (str == "box")
{