mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
Set "[Terrain]SendTerrainUpdatesByViewDistance=true" by default.
This, by default, enables terrain patches being sent to each avatar from the avatar away (rather than the old outside-in pattern), only sending terrain patches within the avatars view distance (making view loading quicker), and sending multiple terrain patches per protocol packet (making terrain loading and editing quicker).
This commit is contained in:
@@ -100,7 +100,7 @@ namespace OpenSim.Region.CoreModules.World.Terrain
|
||||
private String m_InitialTerrain = "pinhead-island";
|
||||
|
||||
// If true, send terrain patch updates to clients based on their view distance
|
||||
private bool m_sendTerrainUpdatesByViewDistance = false;
|
||||
private bool m_sendTerrainUpdatesByViewDistance = true;
|
||||
|
||||
// Class to keep the per client collection of terrain patches that must be sent.
|
||||
// A patch is set to 'true' meaning it should be sent to the client. Once the
|
||||
|
||||
Reference in New Issue
Block a user