diff options
author | Homer Horwitz | 2009-04-04 15:43:02 +0000 |
---|---|---|
committer | Homer Horwitz | 2009-04-04 15:43:02 +0000 |
commit | 8136cf4075216d09738b8707258581e6db755759 (patch) | |
tree | 0d1a595c9301801750180624aeb04e839cf8f583 /bin/OpenSim.ini.example | |
parent | DST setting wasn't transferred to client, leading to wrong time display. (diff) | |
download | opensim-SC_OLD-8136cf4075216d09738b8707258581e6db755759.zip opensim-SC_OLD-8136cf4075216d09738b8707258581e6db755759.tar.gz opensim-SC_OLD-8136cf4075216d09738b8707258581e6db755759.tar.bz2 opensim-SC_OLD-8136cf4075216d09738b8707258581e6db755759.tar.xz |
Thanks jonc, for a patch that adds rendering of classic clouds.
First part of Mantis #964, the necessary clouds image will follow separately.
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index a31d27a..fe49549 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -702,6 +702,14 @@ | |||
702 | ; Adjusts wind strength. 0.0 = no wind, 1.0 = normal wind. Default is 1.0 | 702 | ; Adjusts wind strength. 0.0 = no wind, 1.0 = normal wind. Default is 1.0 |
703 | strength = 1.0 | 703 | strength = 1.0 |
704 | 704 | ||
705 | [Cloud] | ||
706 | ; Enable this to generate classic particle clouds above the sim. | ||
707 | ; default is disabled - turn it on here | ||
708 | enabled = true | ||
709 | |||
710 | ; Density of cloud cover 0.0 to 1.0 | ||
711 | density = 0.5 | ||
712 | |||
705 | 713 | ||
706 | [Trees] | 714 | [Trees] |
707 | ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying | 715 | ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying |