aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example18
1 files changed, 18 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 28c16cf..b692758 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -308,6 +308,18 @@
308 ;; got a large number of objects, so you can turn it off here if you'd like. 308 ;; got a large number of objects, so you can turn it off here if you'd like.
309 ; DrawPrimOnMapTile = true 309 ; DrawPrimOnMapTile = true
310 310
311 ;# {TexturePrims} {} {Texture prims on map tiles?} {true false} true
312 ;; Texture the faces of the prims that are rendered on the map tiles.
313 ; TexturePrims = true
314
315 ;# {TexturePrimSize} {} {Size of prims to texture faces?} {} 48
316 ;; Only texture prims that have a diagonal size greater than this number
317 ; TexturePrimSize = 48
318
319 ;# {RenderMeshes} {} {Render meshes and sculpties on map tiles?} {true false} false
320 ;; Attempt to render meshes and sculpties on the map
321 ; RenderMeshes = false;
322
311 323
312[Permissions] 324[Permissions]
313 ;# {permissionmodules} {} {Permission modules to use (may specify multiple modules, separated by comma} {} DefaultPermissionsModule 325 ;# {permissionmodules} {} {Permission modules to use (may specify multiple modules, separated by comma} {} DefaultPermissionsModule
@@ -691,6 +703,12 @@
691 ; enable_windlight = false 703 ; enable_windlight = false
692 704
693 705
706[Materials]
707 ;# {enable_materials} {} {Enable Materials support?} {true false} true
708 ;; This enables the use of Materials.
709 ; enable_materials = true
710
711
694[DataSnapshot] 712[DataSnapshot]
695 ;# {index_sims} {} {Enable data snapshotting (search)?} {true false} false 713 ;# {index_sims} {} {Enable data snapshotting (search)?} {true false} false
696 ;; The following set of configs pertains to search. 714 ;; The following set of configs pertains to search.