diff options
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSimDefaults.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index df94239..026f285 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -1001,10 +1001,10 @@ | |||
1001 | 1001 | ||
1002 | ; Terrain implementation can use either Bullet's heightField or BulletSim can build | 1002 | ; Terrain implementation can use either Bullet's heightField or BulletSim can build |
1003 | ; a mesh. 0=heightField, 1=mesh | 1003 | ; a mesh. 0=heightField, 1=mesh |
1004 | TerrainImplementation = 1 | 1004 | TerrainImplementation = 0 |
1005 | ; For mesh terrain, the detail of the created mesh. '1' gives 256x256 (heightfield | 1005 | ; For mesh terrain, the detail of the created mesh. '1' gives 256x256 (heightfield |
1006 | ; resolution). '2' gives 512x512. Etc. Cannot be larger than '4'. Higher | 1006 | ; resolution). '2' gives 512x512. Etc. Cannot be larger than '4'. Higher |
1007 | ; magnification uses lots of memory. | 1007 | ; magnifications use lots of memory. |
1008 | TerrainMeshMagnification = 2 | 1008 | TerrainMeshMagnification = 2 |
1009 | 1009 | ||
1010 | ; Avatar physics height adjustments. | 1010 | ; Avatar physics height adjustments. |