update ini files comments on InterestManagement
parent
ad8ddb8a78
commit
31e49a7ab3
|
@ -1176,14 +1176,17 @@
|
||||||
|
|
||||||
|
|
||||||
[InterestManagement]
|
[InterestManagement]
|
||||||
;# {UpdatePrioritizationScheme} {} {Update prioritization scheme?} {BestAvatarResponsiveness Time Distance SimpleAngularDistance FrontBack} BestAvatarResponsiveness
|
|
||||||
;; This section controls how state updates are prioritized for each client
|
;; This section controls how state updates are prioritized for each client
|
||||||
;; Valid values are BestAvatarResponsiveness, Time, Distance,
|
|
||||||
;; SimpleAngularDistance, FrontBack
|
;# {UpdatePrioritizationScheme} {} {Update prioritization scheme?} {BestAvatarResponsiveness SimpleAngularDistance} BestAvatarResponsiveness
|
||||||
|
;; Valid values are BestAvatarResponsiveness and SimpleAngularDistance
|
||||||
|
;; SimpleAngularDistance does use more cpu
|
||||||
; UpdatePrioritizationScheme = BestAvatarResponsiveness
|
; UpdatePrioritizationScheme = BestAvatarResponsiveness
|
||||||
|
|
||||||
; TEST OPTION KEEP AS FALSE
|
;; ObjectsCullingByDistance, if true, don't send object updates if outside view range
|
||||||
; if true, don't send object updates if outside view range
|
;; currently viewers are also told to delete objects that leave view range
|
||||||
|
;; only avater position is considered, free camera may not see objects
|
||||||
|
;; does increase cpu load
|
||||||
; ObjectsCullingByDistance = false
|
; ObjectsCullingByDistance = false
|
||||||
|
|
||||||
[MediaOnAPrim]
|
[MediaOnAPrim]
|
||||||
|
|
|
@ -2098,16 +2098,19 @@
|
||||||
|
|
||||||
[InterestManagement]
|
[InterestManagement]
|
||||||
; This section controls how state updates are prioritized for each client
|
; This section controls how state updates are prioritized for each client
|
||||||
; Valid values are BestAvatarResponsiveness, Time, Distance,
|
|
||||||
; SimpleAngularDistance, and FrontBack
|
; UpdatePrioritizationScheme valid values are BestAvatarResponsiveness and SimpleAngularDistance
|
||||||
|
; SimpleAngularDistance does use more cpu
|
||||||
UpdatePrioritizationScheme = BestAvatarResponsiveness
|
UpdatePrioritizationScheme = BestAvatarResponsiveness
|
||||||
ReprioritizationEnabled = true
|
ReprioritizationEnabled = true
|
||||||
ReprioritizationInterval = 2000.0
|
ReprioritizationInterval = 2000.0
|
||||||
RootReprioritizationDistance = 10.0
|
RootReprioritizationDistance = 10.0
|
||||||
ChildReprioritizationDistance = 20.0
|
ChildReprioritizationDistance = 20.0
|
||||||
|
|
||||||
; TEST OPTION KEEP AS FALSE
|
; ObjectsCullingByDistance, if true, don't send object updates if outside view range
|
||||||
; if true, don't send object updates if outside view range
|
; currently viewers are also told to delete objects that leave view range
|
||||||
|
; only avater position is considered, free camera may not see objects
|
||||||
|
; does increase cpu load
|
||||||
ObjectsCullingByDistance = false
|
ObjectsCullingByDistance = false
|
||||||
|
|
||||||
; If n > 1, only every n UDP terse updates will be sent to observers of an avatar that are in the same region
|
; If n > 1, only every n UDP terse updates will be sent to observers of an avatar that are in the same region
|
||||||
|
|
Loading…
Reference in New Issue