bullet3/Demos/VehicleDemo
ejcoumans 17a214a2b3 - Added btRigidBodyConstructionInfo, to make it easier to set individual setting (and leave other untouched) during rigid body construction.
This was harder using default arguments. Thanks Vangelis Kokkevis for pointing this out.
- Fixed memoryleak in the ConstraintDemo and Raytracer demo.
- fixed issue with clearing forces/gravity at the end of the stepSimulation, instead of during internalSingleStepSimulation.
Thanks chunky for pointing this out: http://www.bulletphysics.com/Bullet/phpBB3/viewtopic.php?f=9&t=1780
- Disabled additional damping in rigid body by default, but enable it in most demos. Set btRigidBodyConstructionInfo m_additionalDamping to true to enable this.
- Removed obsolete QUICKPROF BEGIN/END_PROFILE, and enabled BT_PROFILE. Profiling is enabled by default (see Bullet/Demos/OpenGL/DemoApplication.cpp how to use this).
User can switch off profiling by enabling define BT_NO_PROFILE in Bullet/src/btQuickprof.h.
2007-12-17 04:26:36 +00:00
..
CMakeLists.txt updated CMake buildfiles 2007-10-25 05:31:34 +00:00
Jamfile fixed memoryleak, 2006-09-04 21:28:32 +00:00
main.cpp added btGetVersion(), return integer without the fraction: for example 2.64 returns 264. 2007-10-25 04:37:48 +00:00
Makefile.am updated autotools support for make, while keeping jam support. other options are cmake and msvc builds. 2006-12-17 05:35:41 +00:00
VehicleDemo.cpp - Added btRigidBodyConstructionInfo, to make it easier to set individual setting (and leave other untouched) during rigid body construction. 2007-12-17 04:26:36 +00:00
VehicleDemo.h demo cleanup part 4 (fixed leaks in vehicle demo) 2007-12-07 02:12:00 +00:00