Revision 95cc16e9
Added by Leszek Koltunski almost 9 years ago
| src/main/java/org/distorted/library/EffectNames.java | ||
|---|---|---|
| 144 | 144 |
SWIRL ( EffectTypes.VERTEX , new float[] {0.0f} , 1, true, true ),
|
| 145 | 145 |
/** |
| 146 | 146 |
* Directional sinusoidal wave effect. The direction of the wave is given by the 'angle' |
| 147 |
* parameters. Details: {@link DistortedObject#wave(Data5D,Data2D)}
|
|
| 147 |
* parameters. Details: {@link DistortedObject#wave(org.distorted.library.type.Data5D,org.distorted.library.type.Data3D)}
|
|
| 148 | 148 |
* <p> |
| 149 | 149 |
* Uniforms: (amplitude,length,phase,angleAlpha, |
| 150 | 150 |
* angleBeta, centerX,centerY,centerZ, |
Also available in: Unified diff
Minor