Prepaation for conversion.

This commit is contained in:
Kim Kulling
2019-05-06 20:51:04 +02:00
parent e611ccc933
commit 4a9cd08451
4 changed files with 26 additions and 4 deletions

View File

@@ -568,8 +568,8 @@ void MeshGeometry::ReadVertexDataColors(std::vector<aiColor4D>& colors_out, cons
}
// ------------------------------------------------------------------------------------------------
static const std::string TangentIndexToken = "TangentIndex";
static const std::string TangentsIndexToken = "TangentsIndex";
static const char *TangentIndexToken = "TangentIndex";
static const char *TangentsIndexToken = "TangentsIndex";
void MeshGeometry::ReadVertexDataTangents(std::vector<aiVector3D>& tangents_out, const Scope& source,
const std::string& MappingInformationType,