mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
merge
This commit is contained in:
@@ -1464,13 +1464,21 @@
|
||||
|
||||
|
||||
[Trees]
|
||||
; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying
|
||||
; default is false
|
||||
; enable the trees module. default true
|
||||
enabled = true
|
||||
|
||||
; active_trees allows module to change its trees in time.
|
||||
; some will be deleted, others created and rest may grow
|
||||
; default is false. You can change it with console comand tree active true | false later
|
||||
active_trees = false
|
||||
; the trees change execution time rate (in ms)
|
||||
update_rate = 1000
|
||||
|
||||
; Density of tree population
|
||||
tree_density = 1000.0
|
||||
|
||||
; allow the trees to grow.
|
||||
; DANGER
|
||||
; this option causes high network use on the order of
|
||||
; NumberOfTrees * NumberAvatars * 1000 / update_rate udp packets per second
|
||||
allowGrow = false
|
||||
|
||||
[VectorRender]
|
||||
; the font to use for rendering text (default: Arial)
|
||||
|
||||
Reference in New Issue
Block a user