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/bean/BeanRenderer.java
27 27

  
28 28
import org.distorted.examples.R;
29 29

  
30
import org.distorted.library.DistortedEffects;
30 31
import org.distorted.library.DistortedFramebuffer;
31 32
import org.distorted.library.EffectTypes;
32 33
import org.distorted.library.Distorted;
33 34
import org.distorted.library.DistortedTexture;
34
import org.distorted.library.DistortedEffectQueues;
35 35
import org.distorted.library.GridFlat;
36 36
import org.distorted.library.type.Dynamic3D;
37 37
import org.distorted.library.type.Static3D;
......
48 48
{
49 49
   private GLSurfaceView mView;
50 50
   private DistortedTexture mTexture;
51
   private DistortedEffectQueues mEffects;
51
   private DistortedEffects mEffects;
52 52
   private DistortedFramebuffer mScreen;
53 53
   private GridFlat mGrid;
54 54
   private int bmpHeight, bmpWidth;
......
85 85
      dRight.add(p1);
86 86
      dRight.add(p1);
87 87

  
88
      mEffects = new DistortedEffectQueues();
88
      mEffects = new DistortedEffects();
89 89
      mEffects.distort(dLeft , pLeft , rLeft );
90 90
      mEffects.distort(dRight, pRight, rRight);
91 91

  

Also available in: Unified diff