allow changeVisualShape (rgbaColor, specularColor and texture) for maximal coordinates rigid body (btRigidBody)

Make the examples\pybullet\examples\createVisualShape.py a bit more interesting
This commit is contained in:
erwincoumans
2017-10-08 11:34:42 -07:00
parent b2edd81ef6
commit 2f2f070ab5
4 changed files with 68 additions and 11 deletions

View File

@@ -2712,7 +2712,7 @@ btVector3 PhysicsServerExample::getRayTo(int x,int y)
btAssert(0);
return btVector3(0,0,0);
}
float top = 1.f;
float bottom = -1.f;
float nearPlane = 1.f;