diff options
author | Robert Adams | 2013-05-13 08:40:24 -0700 |
---|---|---|
committer | Robert Adams | 2013-05-13 13:30:40 -0700 |
commit | 45f37e11ad6e9a9917a6ea07ec52dec9058393f0 (patch) | |
tree | c40d6010263743843b84017825a41e4447921f5b /OpenSim/Region/Physics/BulletSPlugin/BSParam.cs | |
parent | Fixed mantis #6609 -- LoadPlugin error messages on Robust. (diff) | |
download | opensim-SC_OLD-45f37e11ad6e9a9917a6ea07ec52dec9058393f0.zip opensim-SC_OLD-45f37e11ad6e9a9917a6ea07ec52dec9058393f0.tar.gz opensim-SC_OLD-45f37e11ad6e9a9917a6ea07ec52dec9058393f0.tar.bz2 opensim-SC_OLD-45f37e11ad6e9a9917a6ea07ec52dec9058393f0.tar.xz |
BulletSim: use heightmap terrain when using BulletXNA.
Output messages on features disabled when using BulletXNA.
Diffstat (limited to 'OpenSim/Region/Physics/BulletSPlugin/BSParam.cs')
-rwxr-xr-x | OpenSim/Region/Physics/BulletSPlugin/BSParam.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSParam.cs b/OpenSim/Region/Physics/BulletSPlugin/BSParam.cs index 3ca7e16..5504478 100755 --- a/OpenSim/Region/Physics/BulletSPlugin/BSParam.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/BSParam.cs | |||
@@ -90,7 +90,7 @@ public static class BSParam | |||
90 | public static bool ShouldUseBulletHACD { get; set; } | 90 | public static bool ShouldUseBulletHACD { get; set; } |
91 | public static bool ShouldUseSingleConvexHullForPrims { get; set; } | 91 | public static bool ShouldUseSingleConvexHullForPrims { get; set; } |
92 | 92 | ||
93 | public static float TerrainImplementation { get; private set; } | 93 | public static float TerrainImplementation { get; set; } |
94 | public static int TerrainMeshMagnification { get; private set; } | 94 | public static int TerrainMeshMagnification { get; private set; } |
95 | public static float TerrainFriction { get; private set; } | 95 | public static float TerrainFriction { get; private set; } |
96 | public static float TerrainHitFraction { get; private set; } | 96 | public static float TerrainHitFraction { get; private set; } |