change math library

fixed bug
This commit is contained in:
Perfare
2019-01-03 08:55:43 +08:00
parent 33461e068f
commit e6ed312de2
28 changed files with 2011 additions and 90 deletions
+2 -3
View File
@@ -1,7 +1,6 @@
using System;
using System.Collections.Generic;
using SharpDX;
using RectangleF = System.Drawing.RectangleF;
using System.Drawing;
namespace AssetStudio
{
@@ -67,7 +66,7 @@ namespace AssetStudio
public VertexData m_VertexData;
public SpriteVertex[] vertices;
public ushort[] indices;
public Matrix[] m_Bindpose;
public Matrix4x4[] m_Bindpose;
public BoneWeights4[] m_SourceSkin;
public RectangleF textureRect;
public Vector2 textureRectOffset;