diff options
Diffstat (limited to 'OpenSim/Region/Physics/BulletSPlugin/BulletSimTODO.txt')
-rwxr-xr-x | OpenSim/Region/Physics/BulletSPlugin/BulletSimTODO.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BulletSimTODO.txt b/OpenSim/Region/Physics/BulletSPlugin/BulletSimTODO.txt index cf112fb..ca71313 100755 --- a/OpenSim/Region/Physics/BulletSPlugin/BulletSimTODO.txt +++ b/OpenSim/Region/Physics/BulletSPlugin/BulletSimTODO.txt | |||
@@ -27,6 +27,7 @@ Small physical objects do not interact correctly | |||
27 | Chains above 2x2x.4 are move stable and get stablier as torui get larger. | 27 | Chains above 2x2x.4 are move stable and get stablier as torui get larger. |
28 | Add material type linkage and input all the material property definitions. | 28 | Add material type linkage and input all the material property definitions. |
29 | Skeleton classes and table are in the sources but are not filled or used. | 29 | Skeleton classes and table are in the sources but are not filled or used. |
30 | Add PID motor for avatar movement (slow to stop, ...) | ||
30 | 31 | ||
31 | After getting off a vehicle, the root prim is phantom (can be walked through) | 32 | After getting off a vehicle, the root prim is phantom (can be walked through) |
32 | Need to force a position update for the root prim after compound shape destruction | 33 | Need to force a position update for the root prim after compound shape destruction |
@@ -78,7 +79,10 @@ Breakout code for mesh/hull/compound/native into separate BSShape* classes | |||
78 | Generalize Dynamics and PID with standardized motors. | 79 | Generalize Dynamics and PID with standardized motors. |
79 | Generalize Linkset and vehicles into PropertyManagers | 80 | Generalize Linkset and vehicles into PropertyManagers |
80 | Methods for Refresh, RemoveBodyDependencies, RestoreBodyDependencies | 81 | Methods for Refresh, RemoveBodyDependencies, RestoreBodyDependencies |
81 | Possibly generalized a 'per step action' registration. | 82 | Possibly generalized a 'pre step action' registration. |
83 | Complete implemention of preStepActions | ||
84 | Replace vehicle step call with prestep event. | ||
85 | Is there a need for postStepActions? postStepTaints? | ||
82 | Implement linkset by setting position of children when root updated. (LinksetManual) | 86 | Implement linkset by setting position of children when root updated. (LinksetManual) |
83 | LinkablePrim class? Would that simplify/centralize the linkset logic? | 87 | LinkablePrim class? Would that simplify/centralize the linkset logic? |
84 | Linkset implementation using manual prim movement. | 88 | Linkset implementation using manual prim movement. |