summaryrefslogtreecommitdiffstats
path: root/src/plugins/sceneparsers/assimp/assimpimporter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/sceneparsers/assimp/assimpimporter.cpp')
-rw-r--r--src/plugins/sceneparsers/assimp/assimpimporter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/sceneparsers/assimp/assimpimporter.cpp b/src/plugins/sceneparsers/assimp/assimpimporter.cpp
index af0f22f5d..d46188f34 100644
--- a/src/plugins/sceneparsers/assimp/assimpimporter.cpp
+++ b/src/plugins/sceneparsers/assimp/assimpimporter.cpp
@@ -1254,6 +1254,7 @@ void AssimpImporter::copyMaterialTextures(QMaterial *material, aiMaterial *assim
QAbstractTexture *tex = QAbstractNodeFactory::createNode<QTexture2D>("QTexture2D");
QTextureImage *texImage = QAbstractNodeFactory::createNode<QTextureImage>("QTextureImage");
texImage->setSource(QUrl::fromLocalFile(fullPath));
+ texImage->setMirrored(false);
tex->addTextureImage(texImage);
// Set proper wrapping mode