| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
for the operation of BulletSim and those defintiions/structures defined
so they can be used in the unmanaged world.
Consolidate setting of collision flags so implementation is not scattered.
|
|
|
|
|
|
|
|
|
| |
While fixing the above, add methods to physical body and shape pointer
wrapper so routines won't have to know that IntPtr.Zero means no
physical instance.
Fix problem with physical linksets failing after a few sits and
unsits by properly restoring child prom positions for compound
linksets after multiple selection and deselections.
|
|
|
|
|
|
|
|
|
|
|
|
| |
static objects by more restrictive selection of objects that collide
with static objects.
Rename collision mask fuctions from 'filter' to 'group' so it is clear
what is being set.
Rename BulletSimAPI.SetCollisionFilterMask() to SetCollisionGroupMask to match above.
Restore passing of time step to linear and angular motion component routines.
Use buffering vehicle physical parameter get/set routines consistantly.
Make range enforcement clearer by using ClampInRange() function for parameter setting.
Remove commented out experimental vehicle calculations.
|
| |
|
|
|
|
| |
unequal edge heights. Thanks UBit.
|
|
|
|
| |
Add locking around unlikely but possible race conditions on terrain list.
|
|
|
|
| |
conflicts with PhysicsShape type defined in later libOMV
|
|
|
|
| |
appearing to be working). Centralize terrain shape creation logic. Remove very chatty detail log messages.
|
|
|
|
| |
creeping in)
|
| |
|
|
mesh terrain can be implemented.
|