control visible regions by avatar position and view range, first dirty code

This commit is contained in:
UbitUmarov
2019-04-04 18:55:40 +01:00
parent 07796d5ccf
commit a56f40470e
4 changed files with 371 additions and 143 deletions

View File

@@ -90,6 +90,8 @@ namespace OpenSim.Region.Framework.Interfaces
void AgentArrivedAtDestination(UUID agent);
void EnableChildAgents(ScenePresence agent);
void CheckChildAgents(ScenePresence agent);
void CloseOldChildAgents(ScenePresence agent);
void EnableChildAgent(ScenePresence agent, GridRegion region);