This website requires JavaScript.
Explore
Help
Sign In
Bart
/
bullet3
Watch
1
Star
0
Fork
0
You've already forked bullet3
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
df550730da5190d91659b0909e2449fb80f5c110
bullet3
/
Demos
/
VehicleDemo
History
erwin.coumans
badf723257
Replace all hardcoded 1e30(f) by BT_LARGE_FLOAT, defined in btScalar.h as 1e18(f) so that its square still fits in FLT_MAX
...
Thanks to Ole K. for reporting!
http://code.google.com/p/bullet/issues/detail?id=206
2009-05-23 02:15:54 +00:00
..
CMakeLists.txt
updated CMake support: remove Lib prefix, to facilitate Apple Framework support, add App prefix for demos
2008-11-06 06:54:35 +00:00
Jamfile
fixed memoryleak,
2006-09-04 21:28:32 +00:00
main.cpp
+ need to reset rigid body using 'setCenterOfMassTransform' to reset world inertia tensor
2008-12-02 04:01:56 +00:00
Makefile.am
Add libgimpact, libgimpactutils, libglui, libconvexdecomposition, soft body demo, all bullet demos to autotools build
2008-10-03 23:01:04 +00:00
VehicleDemo.cpp
Replace all hardcoded 1e30(f) by BT_LARGE_FLOAT, defined in btScalar.h as 1e18(f) so that its square still fits in FLT_MAX
2009-05-23 02:15:54 +00:00
VehicleDemo.h
fixed memory leaks in ForkLiftDemo/VehicleDemo
2009-05-14 17:03:42 +00:00