From b4c54765d297f258e69f239a48ec0b8fdb64d86d Mon Sep 17 00:00:00 2001 From: Latif Khalifa Date: Fri, 15 Oct 2010 03:13:24 +0200 Subject: libomv update to support headerless llsd binary deserialization needed for mesh asset decoding Signed-off-by: Teravus Ovares (Dan Olivares) --- bin/OpenMetaverse.XML | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) (limited to 'bin/OpenMetaverse.XML') diff --git a/bin/OpenMetaverse.XML b/bin/OpenMetaverse.XML index e8299fd..56f0c87 100644 --- a/bin/OpenMetaverse.XML +++ b/bin/OpenMetaverse.XML @@ -3497,6 +3497,13 @@ The texture assets + + + Requests download of a mesh asset + + UUID of the mesh asset + Callback when the request completes + Lets TexturePipeline class fire the progress event @@ -3573,6 +3580,13 @@ Asset UUID of the newly uploaded baked texture + + + A callback that fires upon the completition of the RequestMesh call + + Was the download successfull + Resulting mesh or null on problems + Xfer data @@ -20343,6 +20357,33 @@ Level of Detail mesh + + + Represents Mesh asset + + + + Initializes a new instance of an AssetMesh object + + + Initializes a new instance of an AssetMesh object with parameters + A unique specific to this asset + A byte array containing the raw asset data + + + + TODO: Encodes a scripts contents into a LSO Bytecode file + + + + + TODO: Decode LSO Bytecode into a string + + true + + + Override the base classes AssetType + The current status of a texture request as it moves through the pipeline or final result of a texture request. -- cgit v1.1