From ef35253c8234881de9b696e5898d663d1ae03478 Mon Sep 17 00:00:00 2001 From: Henrik Halen Date: Wed, 26 Jun 2019 16:32:42 -0700 Subject: [PATCH] Fix white space issues. --- src/raw/RawModel.cpp | 4 ++-- src/raw/RawModel.hpp | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/raw/RawModel.cpp b/src/raw/RawModel.cpp index 40aedf5..e4f1a79 100644 --- a/src/raw/RawModel.cpp +++ b/src/raw/RawModel.cpp @@ -660,10 +660,10 @@ void RawModel::CreateMaterialModels( vertex.uv1 = defaultVertex.uv1; } if ((keep & RAW_VERTEX_ATTRIBUTE_JOINT_INDICES) == 0) { - vertex.jointIndices = defaultVertex.jointIndices; + vertex.jointIndices = defaultVertex.jointIndices; } if ((keep & RAW_VERTEX_ATTRIBUTE_JOINT_WEIGHTS) == 0) { - vertex.jointWeights = defaultVertex.jointWeights; + vertex.jointWeights = defaultVertex.jointWeights; } } diff --git a/src/raw/RawModel.hpp b/src/raw/RawModel.hpp index b790a24..aa6ce1f 100644 --- a/src/raw/RawModel.hpp +++ b/src/raw/RawModel.hpp @@ -60,8 +60,7 @@ struct RawVertex { Vec2f uv1{0.0f}; std::vector jointIndices; std::vector jointWeights; - - + std::vector skinningInfo; // end of members that directly correspond to vertex attributes