new member variable to remember the order in which meshes appeared in the model file

This commit is contained in:
Seth Alves 2015-04-01 17:50:35 -07:00
parent 36cd69c38a
commit 00449ef7c0

View file

@ -343,6 +343,7 @@ FBXGeometry readOBJ(QIODevice* device, const QVariantHash& mapping) {
}
FBXMesh &mesh = geometry.meshes[0];
mesh.meshIndex = 0;
// if we got a hint about units, scale all the points
if (scaleGuess != 1.0f) {