Project

General

Profile

« Previous | Next » 

Revision 6646c476

Added by Leszek Koltunski almost 7 years ago

Some progress with Effect classes.

12 apps compile now.

View differences:

src/main/java/org/distorted/examples/matrix3d/Matrix3DEffect.java
24 24
import android.widget.TextView;
25 25

  
26 26
import org.distorted.examples.R;
27
import org.distorted.library.effect.EffectName;
27 28
import org.distorted.library.main.DistortedEffects;
28
import org.distorted.library.EffectNames;
29
import org.distorted.library.EffectTypes;
30 29
import org.distorted.library.type.Dynamic1D;
31 30
import org.distorted.library.type.Dynamic2D;
32 31
import org.distorted.library.type.Dynamic3D;
......
46 45
  {
47 46
  private WeakReference<Matrix3DActivity> mAct;
48 47

  
49
  private EffectNames mName;
48
  private EffectName mName;
50 49
  private int[] mInter;
51 50
  private int[] mInterRegion;
52 51
  private int[] mInterCenter;

Also available in: Unified diff