bullet3
bullet3 copied to clipboard
Added all available information to pybullets getPhysicsEngineParamete…
…rs and getDynamicsInfo. Found this useful for my own work and figured you all might want it too.
I took what I found in the b3PhysicsSimulationParameters and b3Dynamics structs in sharedMemoryPublic.h, and extended the two methods to pass along all the fields.
I wanted to update the pybullet quickstart document to reflect these changes in this pull request, but it wasn't clear to me how to build that document so I am asking for guidance there.