Effect Composer Example
The Effect Composer Example illustrates how to work with the Effect Composer effects. Use the example project to experiment with effects and get familiar with Effect Composer. To learn more, see Effect Composer.
The example consists of a 3D model and four Effect Composer effects. You can show and hide the effects from the scene with buttons. To modify the effect properties, select an effect and then use the sliders. To visualize the effects better, rotate the 3D model by dragging it and zoom it with the mouse wheel.
The example project has a scalable design. When you resize the window to fit your screen, some components will adjust automatically.
Running the Example
To run the example in Qt Design Studio, go to the Welcome screen and select the example from the Examples tab.
The Effects
The following table introduces the effects in this example.
Effect Name | Description |
---|---|
Displace | A displace effect, the pixels move according to a displacement map. |
Glow and Swirl | A combination of two effects, a soft glowing effect and a swirl distortion effect. |
Noise | An animated effect with RGB noise. |
Rain and Thunder | A weather effect, a combination of a rain effect and a thunder effect. |
The Structure of the Example
In addition to the effects, the example project also includes the following components:
- A 3D scene
- Text components
- Rectangle components
- Border components
- Custom Buttons
- Custom Sliders
The example project also uses States and Transitions. To learn more, see Working with States and Transitions.
Available under certain Qt licenses.
Find out more.