Some work on double support

This commit is contained in:
Aaron Franke
2021-08-09 17:15:17 -05:00
parent c68b109f27
commit 430ad75963
42 changed files with 277 additions and 260 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ struct SurfaceData {
};
struct VertexWeightMapping {
Vector<real_t> weights;
Vector<float> weights;
Vector<int> bones;
// This extra vector is used because the bone id is computed in a second step.
// TODO Get rid of this extra step is a good idea.