diff options
author | Robert Adams | 2012-12-24 20:18:06 -0800 |
---|---|---|
committer | Robert Adams | 2012-12-24 20:18:06 -0800 |
commit | bbc5a5089f79a4c5543f4a3f1cd4ffaf1de8c07e (patch) | |
tree | 508491dfb64055fde104f5f4459feeaee7a8526c /OpenSim/Region/Physics/BulletSPlugin/BulletSimTODO.txt | |
parent | BulletSim: Default avatar density changed to 3.5 which is WAY closer (diff) | |
download | opensim-SC-bbc5a5089f79a4c5543f4a3f1cd4ffaf1de8c07e.zip opensim-SC-bbc5a5089f79a4c5543f4a3f1cd4ffaf1de8c07e.tar.gz opensim-SC-bbc5a5089f79a4c5543f4a3f1cd4ffaf1de8c07e.tar.bz2 opensim-SC-bbc5a5089f79a4c5543f4a3f1cd4ffaf1de8c07e.tar.xz |
BulletSim: Rename some of the interface structures (BulletWorld, ...)
to get ready for...
Start creation of BulletAPITemplate. This defines the abstract interface
functions. Following commits will move over to the new interface.
This will enable switching between the managed and unmanaged version of
Bullet.
Diffstat (limited to '')
-rwxr-xr-x | OpenSim/Region/Physics/BulletSPlugin/BulletSimTODO.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BulletSimTODO.txt b/OpenSim/Region/Physics/BulletSPlugin/BulletSimTODO.txt index 0f27d67..35cb8f3 100755 --- a/OpenSim/Region/Physics/BulletSPlugin/BulletSimTODO.txt +++ b/OpenSim/Region/Physics/BulletSPlugin/BulletSimTODO.txt | |||
@@ -146,6 +146,13 @@ Is there are more efficient method of implementing pre and post step actions? | |||
146 | See http://www.codeproject.com/Articles/29922/Weak-Events-in-C | 146 | See http://www.codeproject.com/Articles/29922/Weak-Events-in-C |
147 | 147 | ||
148 | Physics Arena central pyramid: why is one side permiable? | 148 | Physics Arena central pyramid: why is one side permiable? |
149 | Enforce physical parameter min/max: | ||
150 | Gravity: [-1, 28] | ||
151 | Friction: [0, 255] | ||
152 | Density: [1, 22587] | ||
153 | Restitution [0, 1] | ||
154 | http://wiki.secondlife.com/wiki/Physics_Material_Settings_test | ||
155 | Avatar attachments have no mass? http://forums-archive.secondlife.com/54/f0/31796/1.html | ||
149 | 156 | ||
150 | INTERNAL IMPROVEMENT/CLEANUP | 157 | INTERNAL IMPROVEMENT/CLEANUP |
151 | ================================================= | 158 | ================================================= |