mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
a few more changes for hypothetical terrain PBR
This commit is contained in:
@@ -598,6 +598,18 @@ namespace OpenSim.Framework
|
||||
public int Price;
|
||||
}
|
||||
|
||||
[Flags]
|
||||
public enum ViewerFlags:uint
|
||||
{
|
||||
SentSeeds = 0x1000,
|
||||
ObjectAnim = 0x2000,
|
||||
WLEnv = 0x4000,
|
||||
AdvEnv = 0x8000,
|
||||
PBR = 0x10000,
|
||||
TPBR = 0x20000,
|
||||
SentTPBR = 0x40000,
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Specifies the fields that have been changed when sending a prim or
|
||||
/// avatar update
|
||||
@@ -671,6 +683,8 @@ namespace OpenSim.Framework
|
||||
|
||||
ulong ActiveGroupPowers { get; set;}
|
||||
|
||||
ViewerFlags ViewerFlags { get;}
|
||||
|
||||
Dictionary<UUID, ulong> GetGroupPowers();
|
||||
|
||||
void SetGroupPowers(Dictionary<UUID, ulong> powers);
|
||||
|
||||
Reference in New Issue
Block a user