mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
extent supported number of avatar textures/bakes/wearables, tell viewers about it on lludp RegionHandShake; propagate agenthover; block teleports/crossings based on worn wearables and peer version;
This commit is contained in:
@@ -37,7 +37,7 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
{
|
||||
void SetAppearance(IScenePresence sp, AvatarAppearance appearance, WearableCacheItem[] cacheItems);
|
||||
void SetAppearance(IScenePresence sp, Primitive.TextureEntry textureEntry, byte[] visualParams, WearableCacheItem[] cacheItems);
|
||||
|
||||
void SetPreferencesHoverZ(UUID agentId, float val);
|
||||
/// <summary>
|
||||
/// Send the appearance of an avatar to others in the scene.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user