Project

General

Profile

« Previous | Next » 

Revision 310e14fb

Added by Leszek Koltunski almost 7 years ago

Some progress with Effect classes.

Big mess - nothing compiles now; classes moved around.

View differences:

src/main/java/org/distorted/library/DistortedEffects.java
22 22
import android.content.res.Resources;
23 23
import android.opengl.GLES30;
24 24

  
25
import org.distorted.library.effect.EffectQueue;
26
import org.distorted.library.effect.EffectQueueFragment;
27
import org.distorted.library.effect.EffectQueueMatrix;
28
import org.distorted.library.effect.EffectQueueVertex;
25 29
import org.distorted.library.message.EffectListener;
26 30
import org.distorted.library.program.DistortedProgram;
27 31
import org.distorted.library.program.FragmentCompilationException;
......
92 96
  private static long mNextID =0;
93 97
  private long mID;
94 98

  
95
  private EffectQueueMatrix   mM;
99
  private EffectQueueMatrix mM;
96 100
  private EffectQueueFragment mF;
97
  private EffectQueueVertex   mV;
101
  private EffectQueueVertex mV;
98 102

  
99 103
  private boolean matrixCloned, vertexCloned, fragmentCloned;
100 104

  

Also available in: Unified diff