Switched to 8-bit bone indices, removed material skinning flag

This commit is contained in:
parax0
2016-04-27 21:33:45 -06:00
parent 0bd9506a93
commit 5b63556527
5 changed files with 10 additions and 10 deletions

View File

@@ -6,7 +6,7 @@
#include <Math/CVector3f.h>
#include <array>
typedef std::array<u32, 4> TBoneIndices;
typedef std::array<u8, 4> TBoneIndices;
typedef std::array<float, 4> TBoneWeights;
class CVertex