Property | Type | Description | |
---|---|---|---|
m_knownMaterials | OSDMap>.Dictionary |
Method | Description | |
---|---|---|
AddRegion ( IScene scene ) : void | ||
Close ( ) : void | ||
Initialize ( IConfigSource source ) : void | ||
RegionLoaded ( IScene scene ) : void | ||
RegisterCaps ( UUID agentID, IHttpServer server ) : OSDMap | ||
RemoveRegion ( IScene scene ) : void | ||
RenderMaterialsGetCap ( string path, Stream request, |
||
RenderMaterialsPostCap ( string path, Stream request, |
||
ZCompressOSD ( OSD inOsd, bool useHeader ) : OSD |
Compress an OSD.
|
|
ZDecompressBytesToOsd ( byte input ) : OSD |
Decompress bytes to osd.
|
Method | Description | |
---|---|---|
CopyStream ( Stream input, Stream output ) : void | ||
HashOsd ( OSD osd ) : UUID |
computes a UUID by hashing a OSD object
|
|
StoreMaterialsForPart ( ISceneChildEntity part ) : void | ||
ZippedOsdBytesToString ( byte bytes ) : string |
public Initialize ( IConfigSource source ) : void | ||
source | IConfigSource | |
return | void |
public RegisterCaps ( UUID agentID, IHttpServer server ) : OSDMap | ||
agentID | UUID | |
server | IHttpServer | |
return | OSDMap |
public RenderMaterialsGetCap ( string path, Stream request, |
||
path | string | |
request | Stream | |
httpRequest | ||
httpResponse | ||
return | byte[] |
public RenderMaterialsPostCap ( string path, Stream request, |
||
path | string | |
request | Stream | |
httpRequest | ||
httpResponse | ||
return | byte[] |
public static ZCompressOSD ( OSD inOsd, bool useHeader ) : OSD | ||
inOsd | OSD | In osd. |
useHeader | bool | If set to |
return | OSD |
public static ZDecompressBytesToOsd ( byte input ) : OSD | ||
input | byte | Input. |
return | OSD |