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/plainmonalisa/RenderThread.java
31 31
import android.view.SurfaceView;
32 32

  
33 33
import org.distorted.library.Distorted;
34
import org.distorted.library.DistortedEffects;
34 35
import org.distorted.library.DistortedFramebuffer;
35 36
import org.distorted.library.GridFlat;
36 37
import org.distorted.library.DistortedTexture;
37
import org.distorted.library.DistortedEffectQueues;
38 38
import org.distorted.library.EffectTypes;
39 39
import org.distorted.library.type.Dynamic3D;
40 40
import org.distorted.library.type.Static3D;
......
63 63
  private EGLSurface eglSurface;
64 64

  
65 65
  private DistortedTexture mTexture;
66
  private DistortedEffectQueues mEffects;
66
  private DistortedEffects mEffects;
67 67
  private DistortedFramebuffer mScreen;
68 68
  private GridFlat mGrid;
69 69
  private int bmpHeight, bmpWidth;
......
91 91
    dRight.add( new Static3D(  0,  0,0) );
92 92
    dRight.add( new Static3D( 20,-10,0) );
93 93

  
94
    mEffects = new DistortedEffectQueues();
94
    mEffects = new DistortedEffects();
95 95
    mEffects.distort( dLeft, pLeft , rLeft );
96 96
    mEffects.distort(dRight, pRight, rRight);
97 97

  

Also available in: Unified diff