mirror of
https://github.com/nasa/trick.git
synced 2025-02-07 03:19:27 +00:00
Added a 3 wheeled car example from the ODE demos. I collapsed all of the separate classes handling the world, objects, and drawings into a single class. Each world is different and just including that with the objects for these simple examples is easier. Same goes for the drawing. refs #172