Revision ac094579
Added by Leszek Koltunski over 8 years ago
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
Some progress with Fragment3D app - doesn't compile yet!