mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
Correct Opensim.ini.example to reflect the default settings for clouds.
Fixes Mantis #3421 Change the agent/avatar events subscriptions to just OnNewClient. The data only needs to be sent once and keeping track of log ins/movements is not required. This will also send cloud data to child agents so that they can see clouds above neighbouring regions not just regions that they have visited.
This commit is contained in:
@@ -752,9 +752,9 @@
|
||||
[Cloud]
|
||||
; Enable this to generate classic particle clouds above the sim.
|
||||
; default is disabled - turn it on here
|
||||
enabled = true
|
||||
enabled = false
|
||||
|
||||
; Density of cloud cover 0.0 to 1.0
|
||||
; Density of cloud cover 0.0 to 1.0 Defult 0.5
|
||||
density = 0.5
|
||||
|
||||
; update interval for the cloud cover data returned by llCloud().
|
||||
|
||||
Reference in New Issue
Block a user