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 |
© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.