Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BulletSim: make avatar animations update properly. | Robert Adams | 2012-03-26 | 1 | -4/+20 |
| | | | | | | | It seems that ODE calls the avatar collision handling routine even if there are no collisions. This causes the animation to be updated. So, for instance, going from HOVER to FLY is caused by the physics engine calling the collision routine each frame with 0 collisions. | ||||
* | BulletSim: update TODO list. Rearrange code for readability. Add per object ↵ | Robert Adams | 2012-03-23 | 1 | -2/+2 |
| | | | | friction and restitution runtime settable parameters. | ||||
* | BulletSim: Add AvatarRestitution parameter. Centralize computation of ↵ | Robert Adams | 2012-03-23 | 1 | -3/+6 |
| | | | | buoyancy for flying. Tweek avatar default friction and resititution | ||||
* | BulletSim: set buoyancy in only one place | Robert Adams | 2012-03-23 | 1 | -5/+3 |
| | |||||
* | Remove unused SetAcceleration and add set on Acceleration parameter | Dan Lake | 2011-12-20 | 1 | -1/+2 |
| | |||||
* | Remove unused fields from CollisionEventUpdate | Justin Clark-Casey (justincc) | 2011-10-25 | 1 | -1/+1 |
| | |||||
* | BulletSim: add runtime setting of physics parameters. Update default values. | Robert Adams | 2011-08-18 | 1 | -7/+24 |
| | |||||
* | BulletSim: Parameters settable from ini file. Linksets. Physical property ↵ | Robert Adams | 2011-08-05 | 1 | -5/+6 |
| | | | | value tuning | ||||
* | BulletSim: fix buoyancy for prims. Start of configurable physics parameters. | Robert Adams | 2011-07-22 | 1 | -3/+9 |
| | |||||
* | Pass collisions and updates in pinned memory (saves marshaling). | Robert.Adams | 2011-07-22 | 1 | -2/+3 |
| | | | | | Fix folding feet by using collision normals. Add constraint specification. | ||||
* | BulletSim initial checkin | Robert Adams | 2011-06-20 | 1 | -0/+426 |