export ( BinaryWriter writer ) : void |
Writes the contents of this struct to a binary stream using the provided BinaryWriter. Output-format: bytes: type/format: interpretation: =============================================== sizeof(Vector3) Vector3 normal sizeof(Vector3) Vector3 tangent sizeof(Vecotr2) Vector2 texture coordinates 1 uchar first bone index 1 uchar second bone index 1 uchar third bone index 1 uchar fourth bone index sizeof(Vector4) Vector4 bone weights See also Math3DHelper.export(Vector2,BinaryWriter), Math3DHelper.export(Vector3,BinaryWriter) and Math3DHelper.export(Vector4,BinaryWriter) for how the composed data types are being exported. |
|