Bullet character

Hello All,

I am trying to run the bullet sample 17_Character.py. However, setMass method is not implemented in BulletCharacterControllerNode class. If I comment out the lined calling it then the demo runs.

Where I can find the bullet API reference? It seems that the native and pybullet use different names. Is there a specific binds for panda3d with different names than native bullet and pybullet?

Thanks,
Marcelo

You can find information about Panda’s Bullet wrapper on this manual page. Panda does not make use of pybullet at all.

1 Like

Indeed. Thanks a lot Moguri.