1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
.. index:: Grease Pencil Visual Effects; Wave Distortion Visual Effect
.. _bpy.types.ShaderFxWave:
*****************************
Wave Distortion Visual Effect
*****************************
The *Wave Distortion* Visual applies a wavy effects to the object.
Options
=======
.. figure:: /images/grease-pencil_visual-effects_wave-distortion_panel.png
:align: right
Wave Distortion Effect.
Orientation
Sets horizontal or vertical direction for the waves.
Amplitude
Controls the strength and the depth of the wave.
Period
Controls the wave period. The time it takes to complete one cycle.
Phase
Shifts the wave pattern over the Object.
Example
=======
.. list-table:: Wave Distortion Effect samples.
* - .. figure:: /images/grease-pencil_visual-effects_wave-distortion_h10.png
:width: 200px
Amplitude: 10 (horizontal).
- .. figure:: /images/grease-pencil_visual-effects_wave-distortion_h30.png
:width: 200px
Amplitude: 30 (horizontal).
- .. figure:: /images/grease-pencil_visual-effects_wave-distortion_v10.png
:width: 200px
Amplitude: 10 (vertical).
- .. figure:: /images/grease-pencil_visual-effects_wave-distortion_v30.png
:width: 200px
Amplitude: 30 (vertical).
|