Project

General

Profile

« Previous | Next » 

Revision ac094579

Added by Leszek Koltunski almost 8 years ago

Some progress with Fragment3D app - doesn't compile yet!

View differences:

src/main/java/org/distorted/library/EffectNames.java
318 318
    {
319 319
    return type;
320 320
    }
321

  
322
/**
323
 * Returns the dimension of an Effect (in other words, the number of interpolated values).
324
 * @return dimension of the Effect.
325
 */
326
  public int getDimension() { return dimensions[ordinal()]; }
321 327
  }

Also available in: Unified diff