aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick3d/proceduraltexture/doc/proceduraltexture.rst
blob: f2af3ee52875d5d51cc7515b00168a15144bc5e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
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.