Qt Quick 3D Effects QML Types
The Qt Quick 3D Effects module includes a library of pregenerated post-processing effects. To create your own post-processing effects, use the Effect type. This module contains a number of useful effects built on top of the Effect type. They can be taken into use right away, without writing shader code manually.
The effects example shows all the built-in effects.
The Qt Quick 3D module page has more information.
A gradient with additive color effect | |
A one-pass blur effect | |
A brush strokes noise effect | |
A chromatic aberration effect | |
A color adjustment effect | |
A depth-based blur effect | |
A desaturating effect | |
A ripple distortion effect | |
A sphere distortion effect | |
A spiral distortion effect | |
An edge highlighting effect | |
An emboss effect | |
A scene flipping effect | |
A fast approximate anti-aliasing effect | |
A two-pass gaussian blur effect | |
A bloom with tonemapping effect | |
A motion blur effect | |
A tonemapping effect | |
A scatter noise effect | |
A tilt shift blur effect | |
A vignette effect |