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/monalisa/MonaLisaRenderer.java
27 27

  
28 28
import org.distorted.examples.R;
29 29
import org.distorted.library.Distorted;
30
import org.distorted.library.DistortedEffects;
30 31
import org.distorted.library.DistortedFramebuffer;
31 32
import org.distorted.library.DistortedTexture;
32
import org.distorted.library.DistortedEffectQueues;
33 33
import org.distorted.library.GridFlat;
34 34
import org.distorted.library.EffectTypes;
35 35
import org.distorted.library.type.Dynamic3D;
......
47 47
{
48 48
    private GLSurfaceView mView;
49 49
    private DistortedTexture mTexture;
50
    private DistortedEffectQueues mEffects;
50
    private DistortedEffects mEffects;
51 51
    private DistortedFramebuffer mScreen;
52 52
    private GridFlat mGrid;
53 53
    private int bmpHeight, bmpWidth;
......
70 70
      dRight.add( new Static3D(  0,  0,0) );
71 71
      dRight.add( new Static3D( 20,-10,0) );
72 72

  
73
      mEffects = new DistortedEffectQueues();
73
      mEffects = new DistortedEffects();
74 74
      mEffects.distort( dLeft, pLeft , rLeft );
75 75
      mEffects.distort(dRight, pRight, rRight);
76 76

  

Also available in: Unified diff