aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/quick/doc/src/concepts/effects/particles.qdoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/quick/doc/src/concepts/effects/particles.qdoc b/src/quick/doc/src/concepts/effects/particles.qdoc
index 20c721a0cd..ce1c247c17 100644
--- a/src/quick/doc/src/concepts/effects/particles.qdoc
+++ b/src/quick/doc/src/concepts/effects/particles.qdoc
@@ -96,6 +96,8 @@
particle of the followed type within the bounds of a TrailEmitter will cause particle emission from its location, as if there
were an Emitter on it with the same properties as the TrailEmitter.
+ \sa {Qt Quick Particles Examples - Emitters}
+
\section1 ParticlePainters
Painters are the types that visualize logical particles. For each logical particle in the groups assigned to it,
which are within its bounds (or outside, if you do not set the clip property on the type) it will be visualized
@@ -112,6 +114,10 @@
such as altering the trajectory of particles or prematurely ending their life in the simulation. For performance reasons,
it is recommended not to use Affectors in high-volume particle systems.
+ \sa {Qt Quick Particles Examples - Affectors}{Examples Affectors},
+ {Qt Quick Particles Examples - Example Image Particles},
+ {Qt Quick Particles Examples - System}{Example Affectors - System}
+
\section1 Stochastic Parameters
As particle systems benefit from stochastic control of parameters across a large number of instances, several stochastic
helper types are used by the particle system. If you do not wish to have any stochastic variation in these parameters,