shape key reading

This commit is contained in:
devZoGok
2021-10-19 19:06:41 +03:00
parent da43afe818
commit 7f09723104
4 changed files with 10 additions and 51 deletions
-3
View File
@@ -414,8 +414,6 @@ namespace vb01{
meshSubData = vector<string>(meshData.begin() + (numAnimLineId + 1), meshData.end());
readAnimations(controller, meshSubData, numAnimations);
meshSubData.clear();
/*
*/
string skeletonLine = meshData[5];
int skeletonLineColonId = getCharId(skeletonLine, ':');
@@ -430,7 +428,6 @@ namespace vb01{
mesh->setSkeleton(skeleton);
node->attachMesh(mesh);
return mesh;
}