commit ac094579d58157c5ccd21026b69b6331b269cdfe
Author: Leszek Koltunski <leszek@distoretedandroid.org>
Date:   Mon Jul 4 17:12:29 2016 +0100

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

diff --git a/src/main/java/org/distorted/library/EffectNames.java b/src/main/java/org/distorted/library/EffectNames.java
index a1ca175..51c45c5 100644
--- a/src/main/java/org/distorted/library/EffectNames.java
+++ b/src/main/java/org/distorted/library/EffectNames.java
@@ -318,4 +318,10 @@ public enum EffectNames
     {
     return type;
     }
+
+/**
+ * Returns the dimension of an Effect (in other words, the number of interpolated values).
+ * @return dimension of the Effect.
+ */
+  public int getDimension() { return dimensions[ordinal()]; }
   }
