diff options
author | BlueWall | 2011-04-13 16:10:18 -0400 |
---|---|---|
committer | BlueWall | 2011-04-13 16:10:18 -0400 |
commit | dec9c2283b548818409c91a93307334d1c0d9774 (patch) | |
tree | 8b082873ed1147dd03ebec27415e2988cd2b8934 /bin/OpenSimDefaults.ini | |
parent | Merge branch 'master' of /home/git/repo/OpenSim (diff) | |
download | opensim-SC_OLD-dec9c2283b548818409c91a93307334d1c0d9774.zip opensim-SC_OLD-dec9c2283b548818409c91a93307334d1c0d9774.tar.gz opensim-SC_OLD-dec9c2283b548818409c91a93307334d1c0d9774.tar.bz2 opensim-SC_OLD-dec9c2283b548818409c91a93307334d1c0d9774.tar.xz |
Add ColladaMesh switch
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSimDefaults.ini | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index f857b8d..107e859 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -154,7 +154,11 @@ | |||
154 | ; mesh, and use it for collisions. This is currently experimental code and enabling | 154 | ; mesh, and use it for collisions. This is currently experimental code and enabling |
155 | ; it may cause unexpected physics problems. | 155 | ; it may cause unexpected physics problems. |
156 | ;UseMeshiesPhysicsMesh = false | 156 | ;UseMeshiesPhysicsMesh = false |
157 | 157 | ||
158 | ; enable / disable Collada mesh support | ||
159 | ; default is true | ||
160 | ; ColladaMesh = true | ||
161 | |||
158 | ; Choose one of the physics engines below | 162 | ; Choose one of the physics engines below |
159 | ; OpenDynamicsEngine is by some distance the most developed physics engine | 163 | ; OpenDynamicsEngine is by some distance the most developed physics engine |
160 | ; basicphysics effectively does not model physics at all, making all objects phantom | 164 | ; basicphysics effectively does not model physics at all, making all objects phantom |