Project

General

Profile

« Previous | Next » 

Revision cacc63de

Added by Leszek Koltunski over 7 years ago

Fix Lint warnings, correct a lot of comments, adjust EffectListener interface.

View differences:

src/main/java/org/distorted/library/EffectNames.java
21 21

  
22 22
///////////////////////////////////////////////////////////////////////////////////////////////////
23 23
/**
24
 * Names of Effects one can apply to DistortedObjects.
24
 * Names of Effects one can add to the DistortedEffects queues.
25 25
 * <p>
26 26
 * Effect's 'Type' is one of the constants defined in {@link EffectTypes}.
27 27
 * </p>
......
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(org.distorted.library.type.Data5D,org.distorted.library.type.Data3D)}
147
   * parameters. Details: {@link DistortedEffects#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