mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-08-06 21:39:34 +00:00
pybullet.createCollisionShape, createVisualShape, createMultiBody, programmatic creation using ProgrammaticUrdfInterface
(still preliminary, not ready for commit yet, see examples\pybullet\examples\createSphereMultiBodies.py)
This commit is contained in:
@@ -244,7 +244,7 @@ btMultiBody* createInvertedPendulumMultiBody(btMultiBodyDynamicsWorld* world, GU
|
||||
|
||||
world->addCollisionObject(col,collisionFilterGroup,collisionFilterMask);//, 2,1+2);
|
||||
|
||||
btVector3 color(0.0,0.0,0.5);
|
||||
btVector4 color(0.0,0.0,0.5,1);
|
||||
guiHelper->createCollisionObjectGraphicsObject(col,color);
|
||||
|
||||
// col->setFriction(friction);
|
||||
|
||||
Reference in New Issue
Block a user