aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/BulletSimTODO.txt
diff options
context:
space:
mode:
authorBlueWall2013-06-11 21:47:39 -0400
committerBlueWall2013-06-11 21:47:39 -0400
commit7a17c3720bfbb3ef042928a2f84ca8c3604e61c5 (patch)
tree260bfc8b9a08fb775101a15401fcc38fd86fed5c /OpenSim/Region/Physics/BulletSPlugin/BulletSimTODO.txt
parentRevert "Add option to set minimum fee for classified ads" (diff)
parentBulletSim: when meshing or asset fetching fails, include position (diff)
downloadopensim-SC_OLD-7a17c3720bfbb3ef042928a2f84ca8c3604e61c5.zip
opensim-SC_OLD-7a17c3720bfbb3ef042928a2f84ca8c3604e61c5.tar.gz
opensim-SC_OLD-7a17c3720bfbb3ef042928a2f84ca8c3604e61c5.tar.bz2
opensim-SC_OLD-7a17c3720bfbb3ef042928a2f84ca8c3604e61c5.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Region/Physics/BulletSPlugin/BulletSimTODO.txt')
-rwxr-xr-xOpenSim/Region/Physics/BulletSPlugin/BulletSimTODO.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BulletSimTODO.txt b/OpenSim/Region/Physics/BulletSPlugin/BulletSimTODO.txt
index 1e01526..4357ef1 100755
--- a/OpenSim/Region/Physics/BulletSPlugin/BulletSimTODO.txt
+++ b/OpenSim/Region/Physics/BulletSPlugin/BulletSimTODO.txt
@@ -1,5 +1,9 @@
1CURRENT PROBLEMS TO FIX AND/OR LOOK AT 1CURRENT PROBLEMS TO FIX AND/OR LOOK AT
2================================================= 2=================================================
3Vehicle buoyancy. Computed correctly? Possibly creating very large effective mass.
4 Interaction of llSetBuoyancy and vehicle buoyancy. Should be additive?
5 Negative buoyancy computed correctly
6Computation of mesh mass. How done? How should it be done?
3Script changing rotation of child prim while vehicle moving (eg turning wheel) causes 7Script changing rotation of child prim while vehicle moving (eg turning wheel) causes
4 the wheel to appear to jump back. Looks like sending position from previous update. 8 the wheel to appear to jump back. Looks like sending position from previous update.
5Enable vehicle border crossings (at least as poorly as ODE) 9Enable vehicle border crossings (at least as poorly as ODE)