Effect QML Type
Base component for creating a post-processing effect. More...
Import Statement: | import QtQuick3D.Effects 1.15 |
Inherits: |
Properties
- passes : list
Detailed Description
The Effect type allows the user to implement their own post-processing effects for QtQuick3D. This is how to create your own effect, using GaussianBlur as an example:
See also Shader, Buffer, and Pass.
Property Documentation
Contains a list of render passes implemented by the effect.