mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
work around missing information on child creation, hidding its effects with reduced view range in culling option is on
This commit is contained in:
@@ -290,9 +290,10 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
public int ChildTerseUpdatePeriod { get; set; }
|
||||
|
||||
protected float m_defaultDrawDistance = 255f;
|
||||
protected float m_defaultCullingDrawDistance = 16f;
|
||||
public float DefaultDrawDistance
|
||||
{
|
||||
get { return m_defaultDrawDistance; }
|
||||
get { return ObjectsCullingByDistance?m_defaultCullingDrawDistance:m_defaultDrawDistance; }
|
||||
}
|
||||
|
||||
protected float m_maxDrawDistance = 512.0f;
|
||||
|
||||
Reference in New Issue
Block a user