Project

General

Profile

« Previous | Next » 

Revision d04a4886

Added by Leszek Koltunski over 7 years ago

Change of names.

View differences:

src/main/java/org/distorted/examples/sink/SinkRenderer.java
28 28
import org.distorted.examples.R;
29 29

  
30 30
import org.distorted.library.Distorted;
31
import org.distorted.library.DistortedEffects;
31 32
import org.distorted.library.DistortedFramebuffer;
32 33
import org.distorted.library.GridFlat;
33 34
import org.distorted.library.DistortedTexture;
34
import org.distorted.library.DistortedEffectQueues;
35 35
import org.distorted.library.EffectTypes;
36 36
import org.distorted.library.type.Dynamic1D;
37 37
import org.distorted.library.type.Static1D;
......
49 49
  {
50 50
  private GLSurfaceView mView;
51 51
  private DistortedTexture mTexture;
52
  private DistortedEffectQueues mEffects;
52
  private DistortedEffects mEffects;
53 53
  private DistortedFramebuffer mScreen;
54 54
  private GridFlat mGrid;
55 55
  private int bmpHeight, bmpWidth;
......
68 68
    dSink.add(new Static1D( 1));
69 69
    dSink.add(new Static1D(10));
70 70

  
71
    mEffects = new DistortedEffectQueues();
71
    mEffects = new DistortedEffects();
72 72
    mEffects.sink( dSink, pLeft, Region);
73 73
    mEffects.sink( dSink, pRight,Region);
74 74

  

Also available in: Unified diff