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.StructuredData.XML | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) (limited to 'bin/OpenMetaverse.StructuredData.XML') diff --git a/bin/OpenMetaverse.StructuredData.XML b/bin/OpenMetaverse.StructuredData.XML index 2a0426c..35f2864 100644 --- a/bin/OpenMetaverse.StructuredData.XML +++ b/bin/OpenMetaverse.StructuredData.XML @@ -135,17 +135,33 @@ - + Deserializes binary LLSD - - + Serialized data + OSD containting deserialized data + + + + Deserializes binary LLSD + + Serialized data + Treat LLSD binary header as optional + OSD containting deserialized data - + Deserializes binary LLSD - - + Stream to read the data from + OSD containting deserialized data + + + + Deserializes binary LLSD + + Stream to read the data from + Treat LLSD binary header as optional + OSD containting deserialized data -- cgit v1.1