프로퍼티 | 타입 | 설명 | |
---|---|---|---|
REDIRECT_URL | string | ||
m_AgentID | UUID | ||
m_assetService | IAssetService | ||
m_j2kDecoder | IJ2KDecoder |
메소드 | 설명 | |
---|---|---|
BakedTextureUploaded ( byte data, UUID &newAssetID ) : void | ||
IncomingCapsDestruction ( ) : void | ||
IncomingCapsRequest ( UUID agentID, Framework region, ISimulationBase simbase, OSDMap &capURLs ) : void | ||
ProcessGetMesh ( string path, Stream request, |
||
UploadBakedTexture ( string path, Stream request, |
메소드 | 설명 | |
---|---|---|
ConvertTextureData ( |
||
FetchTexture ( |
|
|
GetEncoderInfo ( string mimeType ) : System.Drawing.Imaging.ImageCodecInfo | ||
ProcessGetTexture ( string path, Stream request, |
||
TryParseRange ( string header, int &start, int &end ) : bool |
* Parse a range header. * * As per http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html, * this obeys range headers with two values (e.g. 533-4165) and no second value (e.g. 533-). * Where there is no value, -1 is returned. Also handles a range like (-4165) where -1 is * returned for the starting value. |
|
WriteTextureData ( |
public BakedTextureUploaded ( byte data, UUID &newAssetID ) : void | ||
data | byte | |
newAssetID | UUID | |
리턴 | void |
public IncomingCapsRequest ( UUID agentID, Framework region, ISimulationBase simbase, OSDMap &capURLs ) : void | ||
agentID | UUID | |
region | Framework | |
simbase | ISimulationBase | |
capURLs | OSDMap | |
리턴 | void |
public ProcessGetMesh ( string path, Stream request, |
||
path | string | |
request | Stream | |
httpRequest | ||
httpResponse | ||
리턴 | byte[] |
public UploadBakedTexture ( string path, Stream request, |
||
path | string | |
request | Stream | |
httpRequest | ||
httpResponse | ||
리턴 | byte[] |