aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick3d/proceduraltexture/doc/proceduraltexture.rst
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick3d/proceduraltexture/doc/proceduraltexture.rst')
-rw-r--r--examples/quick3d/proceduraltexture/doc/proceduraltexture.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/quick3d/proceduraltexture/doc/proceduraltexture.rst b/examples/quick3d/proceduraltexture/doc/proceduraltexture.rst
new file mode 100644
index 000000000..f2af3ee52
--- /dev/null
+++ b/examples/quick3d/proceduraltexture/doc/proceduraltexture.rst
@@ -0,0 +1,12 @@
+Procedural Texture Example
+==========================
+
+Demonstrates how to provide custom texture data from Python.
+
+.. image:: proceduraltexture-example.webp
+ :width: 400
+ :alt: QtQuick3D Procedural Texture Example
+
+In this example, we leverage `QQuick3DTextureData` and the `textureData`
+property of `Texture` to produce texture data dynamically from Python, rather
+than sourcing it from a static asset.