Skip to content
Snippets Groups Projects
Commit c360a1b9 authored by jonwd7's avatar jonwd7
Browse files

Update for 4dfa0deb

Enforce that niflib must use a completely native type for BSVertexData using NifStream istream/ostream overloads.  See:  https://github.com/niftools/nifdocsys/pull/6#issuecomment-311345131
parent eb17dec8
No related branches found
No related tags found
No related merge requests found
......@@ -1478,7 +1478,7 @@
<option value="15" name="VF_Unknown_8" /> <!-- & 32768 -->
</bitflags>
<compound name="BSVertexData">
<compound name="BSVertexData" niflibtype="BSVertexData">
<add name="Vertex" type="HalfVector3" cond="((ARG &amp; 16) != 0) &amp;&amp; ((ARG &amp; 16384) == 0)" />
<add name="Bitangent X" type="hfloat" cond="((ARG &amp; 16) != 0) &amp;&amp; ((ARG &amp; 256) != 0) &amp;&amp; ((ARG &amp; 16384) == 0)" />
<add name="Unknown Short" type="ushort" cond="((ARG &amp; 16) != 0) &amp;&amp; ((ARG &amp; 256) == 0) &amp;&amp; ((ARG &amp; 16384) == 0)" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment