mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
Mantis #1360
Thank you, idb, for a patch to implement the packet and plumbing for the material settings.
This commit is contained in:
@@ -212,6 +212,7 @@ namespace OpenSim.Region.Environment.Modules.World.NPC
|
||||
public event GenericCall7 OnObjectDescription;
|
||||
public event GenericCall7 OnObjectName;
|
||||
public event GenericCall7 OnObjectClickAction;
|
||||
public event GenericCall7 OnObjectMaterial;
|
||||
public event UpdatePrimFlags OnUpdatePrimFlags;
|
||||
public event UpdatePrimTexture OnUpdatePrimTexture;
|
||||
public event UpdateVector OnUpdatePrimGroupPosition;
|
||||
@@ -559,7 +560,7 @@ namespace OpenSim.Region.Environment.Modules.World.NPC
|
||||
Vector3 acc, Quaternion rotation, Vector3 rvel, uint flags,
|
||||
UUID objectID, UUID ownerID, string text, byte[] color,
|
||||
uint parentID,
|
||||
byte[] particleSystem, byte clickAction)
|
||||
byte[] particleSystem, byte clickAction, byte material)
|
||||
{
|
||||
}
|
||||
public virtual void SendPrimitiveToClient(ulong regionHandle, ushort timeDilation, uint localID,
|
||||
@@ -567,7 +568,7 @@ namespace OpenSim.Region.Environment.Modules.World.NPC
|
||||
Vector3 acc, Quaternion rotation, Vector3 rvel, uint flags,
|
||||
UUID objectID, UUID ownerID, string text, byte[] color,
|
||||
uint parentID,
|
||||
byte[] particleSystem, byte clickAction, byte[] textureanimation,
|
||||
byte[] particleSystem, byte clickAction, byte material, byte[] textureanimation,
|
||||
bool attachment, uint AttachmentPoint, UUID AssetId, UUID SoundId, double SoundVolume, byte SoundFlags, double SoundRadius)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user