Revision 35bece36
Added by Leszek Koltunski about 9 years ago
| src/main/java/org/distorted/library/EffectNames.java | ||
|---|---|---|
| 118 | 118 |
* Smoothly rotate a limited area around a center point. |
| 119 | 119 |
* <p> |
| 120 | 120 |
* Uniforms: (swirlAngle,UNUSED,UNUSED,UNUSED, |
| 121 |
* cache1, UNUSED,centerX,centerY,
|
|
| 121 |
* UNUSED, UNUSED,centerX,centerY,
|
|
| 122 | 122 |
* regionX,regionY,regionRX,regionRY) |
| 123 | 123 |
* Unity: swirlAngle = 0 |
| 124 | 124 |
*/ |
| ... | ... | |
| 127 | 127 |
* Directional sinusoidal wave effect. The direction of the wave is given by the 'angle' |
| 128 | 128 |
* parameter, which is the angle (in degrees) the direction forms with the X-axis. |
| 129 | 129 |
* <p> |
| 130 |
* Uniforms: (amplitude,angleAmp,length,angleLen,
|
|
| 131 |
* cache1, cache2,centerX,centerY,
|
|
| 130 |
* Uniforms: (amplitude,length,angleAlpha,angleBeta,
|
|
| 131 |
* UNUSED, UNUSED,centerX,centerY,
|
|
| 132 | 132 |
* regionX,regionY,regionRX,regionRY) |
| 133 | 133 |
* Unity: amplitude = 0 |
| 134 | 134 |
*/ |
Also available in: Unified diff
Reflect the fact that we are no longer caching sine and cosine in the EffectNames comments.