summaryrefslogtreecommitdiffstats
path: root/doc/src/10-best-practices/30-using-sub-presentations.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/10-best-practices/30-using-sub-presentations.qdoc')
-rw-r--r--doc/src/10-best-practices/30-using-sub-presentations.qdoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/10-best-practices/30-using-sub-presentations.qdoc b/doc/src/10-best-practices/30-using-sub-presentations.qdoc
index 21aff488..c8124d6b 100644
--- a/doc/src/10-best-practices/30-using-sub-presentations.qdoc
+++ b/doc/src/10-best-practices/30-using-sub-presentations.qdoc
@@ -129,7 +129,9 @@ To add a sub-presentation to a layer, do one of the following:
One benefit of displaying a sub-presentation as a texture is that you can use Studio
presentations and QML files to map the materials of objects in your presentation. You can apply
sub-presentations to any map or image property of a material, i.e. diffuse maps, specular maps and
-displacement maps. This way you can for example create animated textures.
+displacement maps. This way you can for example create animated textures. For performance reasons
+it is best to disable mipmapping for subpresentation images by setting the minification filter to
+\c Nearest or \c Linear.
To add a sub-presentation as a texture of a 3D object, do one of the following:
\list