Skip to content

Commit

Permalink
fix dump
Browse files Browse the repository at this point in the history
  • Loading branch information
T-rvw committed Jan 4, 2024
1 parent 402fbbd commit 772184c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions private/Scene/SceneDatabaseImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ void SceneDatabaseImpl::Dump() const

printf("\tNode count : %d\n", GetNodeCount());
printf("\tMesh count : %d\n", GetMeshCount());
printf("\tBlendShape count : %d\n", GetBlendShapeCount());
printf("\tMorph count : %d\n", GetMorphCount());
printf("\tMaterial count : %d\n", GetMaterialCount());
printf("\tTexture count : %d\n", GetTextureCount());
Expand Down Expand Up @@ -206,6 +207,7 @@ void SceneDatabaseImpl::Dump() const
{
materialDrawMeshPolygonGroupIDs[materialID][mesh.GetID()].push_back(polygonGroupIndex);
}
printf("\t[Associated BlendShape %u]", mesh.GetBlendShapeID().Data());
}
}
}
Expand Down

0 comments on commit 772184c

Please sign in to comment.