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
34699f6de63f57e02f37f322da9d99fa8616b919
bullet3
/
Demos
/
ForkLiftDemo
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
Add 1D and 2D support for Bullet: using rigidbody->angularFactor(const btVector3& factor) and body->setLinearFactor(const btVector3& linearFactor);
2009-03-08 04:14:17 +00:00
ForkLiftDemo.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
ForkLiftDemo.h
fixed memory leaks in ForkLiftDemo/VehicleDemo
2009-05-14 17:03:42 +00:00
Jamfile
2006-09-17 06:32:57 +00:00
main.cpp
+ need to reset rigid body using 'setCenterOfMassTransform' to reset world inertia tensor
2008-12-02 04:01:56 +00:00