mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
a few more changes for hypothetical terrain PBR
This commit is contained in:
@@ -57,6 +57,7 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
|
||||
private UUID m_agentID = UUID.Random();
|
||||
|
||||
public ISceneAgent SceneAgent { get; set; }
|
||||
public ViewerFlags ViewerFlags { get; private set; } = 0;
|
||||
|
||||
public int PingTimeMS { get { return 0; } }
|
||||
|
||||
|
||||
@@ -57,6 +57,8 @@ namespace OpenSim.Region.OptionalModules.World.NPC
|
||||
/// </summary>
|
||||
public event ChatToNPC OnChatToNPC;
|
||||
|
||||
public ViewerFlags ViewerFlags { get; private set; }
|
||||
|
||||
/// <summary>
|
||||
/// Fired when the NPC receives an instant message.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user