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/aroundtheworld/AroundTheWorldRenderer.java
26 26

  
27 27
import org.distorted.examples.R;
28 28
import org.distorted.library.Distorted;
29
import org.distorted.library.DistortedEffects;
29 30
import org.distorted.library.DistortedFramebuffer;
30 31
import org.distorted.library.GridFlat;
31
import org.distorted.library.DistortedEffectQueues;
32 32
import org.distorted.library.DistortedTexture;
33 33
import org.distorted.library.EffectTypes;
34 34
import org.distorted.library.type.Static3D;
......
44 44
class AroundTheWorldRenderer implements GLSurfaceView.Renderer
45 45
{
46 46
   private GLSurfaceView mView;
47
   private DistortedEffectQueues mEffects;
47
   private DistortedEffects mEffects;
48 48
   private DistortedTexture mTexture;
49 49
   private GridFlat mGrid;
50 50
   private DistortedFramebuffer mScreen;
......
60 60

  
61 61
      mView = view;
62 62
      mManager = new AroundTheWorldEffectsManager();
63
      mEffects = new DistortedEffectQueues();
63
      mEffects = new DistortedEffects();
64 64
      mManager.apply(mEffects);
65 65
      mScreen = new DistortedFramebuffer(0);
66 66
      }

Also available in: Unified diff