mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-08-05 00:05:01 +02:00
new member variable to remember the order in which meshes appeared in the model file
This commit is contained in:
parent
36cd69c38a
commit
00449ef7c0
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue