summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Määttä <antti.maatta@qt.io>2020-10-15 19:39:07 +0300
committerAntti Määttä <antti.maatta@qt.io>2020-10-16 08:18:52 +0300
commitf69e957cfd7e6660302869bce47fb4c37df3e3d5 (patch)
tree1f52aa42444665cdc541b098a3880664745aa5de
parentf719f0c951b7d626fcce9ac8eaeeae76b9be9d31 (diff)
Document image filter modes
Task-number: QT3DS-4189 Change-Id: Icd550075bccfba6343c79ad7646d8ae0444aae13 Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
-rw-r--r--doc/src/03-studio/7-inspector-palette.qdoc8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/src/03-studio/7-inspector-palette.qdoc b/doc/src/03-studio/7-inspector-palette.qdoc
index 5310d1c5..b55403f8 100644
--- a/doc/src/03-studio/7-inspector-palette.qdoc
+++ b/doc/src/03-studio/7-inspector-palette.qdoc
@@ -900,6 +900,14 @@ the context menu. Now the properties of the image map will show in the inspector
\li
\b{U/V Pivot} - Sets the pivot location in UV space.
\li
+ \b{Minification Filter} - Sets the minification filter for the Image. Setting
+ the filter to \c NearestMipmapNearest, \c LinearMipmapNearest or \c LinearMipmapLinear
+ enables mipmapping. If the source image doesn't have mipmaps they are autogenerated.
+ Enabling mipmapping to image with sub-presentation should be avoided since they need to be
+ generated each time the sub-presentation is updated.
+\li
+ \b{Magnification Filter} - Sets the magnification filter for the Image.
+\li
\b{Sub-Presentation} - If you specify a value here, it is
intepreted to be the \c{id} attribute of another presentation in
\omit