<div dir="ltr">Are you looking at the blob which is part of a primitive? There is an encoder/decoder in libopenmetaverse, it's OpenMetaverse.Primitive.TextureEntry. Here's a link to the source if you're curious: <a href="https://github.com/openmetaversefoundation/libopenmetaverse/blob/master/OpenMetaverse/Primitives/TextureEntry.cs">https://github.com/openmetaversefoundation/libopenmetaverse/blob/master/OpenMetaverse/Primitives/TextureEntry.cs</a><br>
<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jan 16, 2014 at 12:24 PM, Jeff Kelley <span dir="ltr"><<a href="mailto:opensim@pescadoo.net" target="_blank">opensim@pescadoo.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I can find no documentation about the way textures and per-side attributes are encoded in table primshapes. Breaking the binary string into 17 bytes blocks, I retrieve a variable number of textures at the beginning :<br>
<br>
<br>
Textures for prim 0b1a30a5-bc36-4c19-8710-<u></u>2b1508927606<br>
Blob size=107 (6 entries + 5 bytes)<br>
+-----------------------------<u></u>---------+-------+------------<u></u>----------------------+<br>
| Texture | Side | |<br>
+-----------------------------<u></u>---------+-------+------------<u></u>----------------------+<br>
| c0dc594d-ec52-4634-8d00-<u></u>1213adad6690 | 20 | e8support06c.jpg |<br>
| 25df78a4-647b-434f-8f42-<u></u>6d19504bcb89 | 9 | AF_steel_wire |<br>
| 20a88b5d-ba7d-4896-980b-<u></u>17bcd38b6714 | 2 | ME - J_metal03.jpg |<br>
| cb323153-9c2b-4cc8-b397-<u></u>52d36809a0a2 | 0 | totallyclear |<br>
| 00000000-00cd-cc4c-3e14-<u></u>000080400000 | 0 | -- not found -- |<br>
| 80401e00-00c0-3f00-0000-<u></u>000000000000 | 0 | -- not found -- |<br>
| 00000000-0000-0000-0000-<u></u>000000000000 | 0 | -- not found -- |<br>
<br>
<br>
then, non uuid entries (I suppose we should find colors, repeats, etc since this is the only place they can be). Can somebody points me to the documentation or source code?<br>
<br>
<br>
-- Jeff<br>
______________________________<u></u>_________________<br>
Opensim-dev mailing list<br>
<a href="mailto:Opensim-dev@lists.berlios.de" target="_blank">Opensim-dev@lists.berlios.de</a><br>
<a href="https://lists.berlios.de/mailman/listinfo/opensim-dev" target="_blank">https://lists.berlios.de/<u></u>mailman/listinfo/opensim-dev</a><br>
</blockquote></div><br></div>