bulletphysics / bullet3

Bullet Physics SDK: real-time collision detection and multi-physics simulation for VR, games, visual effects, robotics, machine learning etc.
http://bulletphysics.org
Other
12.18k stars 2.85k forks source link

Fix unused example #4610

Open justincredible opened 1 month ago

justincredible commented 1 month ago

examples/MultiBodyBaseline is commented out in the example browser, which might explain why it was missed in bf215a3c. https://github.com/bulletphysics/bullet3/blob/e9c461b0ace140d5c73972760781d94b7b5eee53/examples/ExampleBrowser/ExampleEntries.cpp#L227

The included file is not actually used in that example. It looks like a prototype for some of the other examples (e.g., /Deformabe Body/Deformable-MultiBody Contact), so I left it commented out in the browser but fixed the typo.