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/catanddog/CatAndDogRenderer.java
27 27

  
28 28
import org.distorted.examples.R;
29 29
import org.distorted.library.Distorted;
30
import org.distorted.library.DistortedEffectQueues;
30
import org.distorted.library.DistortedEffects;
31 31
import org.distorted.library.DistortedFramebuffer;
32 32
import org.distorted.library.DistortedTexture;
33 33
import org.distorted.library.GridFlat;
......
48 48
class CatAndDogRenderer implements GLSurfaceView.Renderer
49 49
{
50 50
    private GLSurfaceView mView;
51
    private DistortedEffectQueues mEffects;
51
    private DistortedEffects mEffects;
52 52
    private DistortedTexture mTexture;
53 53
    private GridFlat mGrid;
54 54
    private DistortedFramebuffer mScreen;
......
61 61
      mView = v;
62 62

  
63 63
      mGrid   = new GridFlat(1,1);  // no vertex effects, grid can be a (1x1) quad.
64
      mEffects = new DistortedEffectQueues();
64
      mEffects = new DistortedEffects();
65 65

  
66 66
      Static4D chromaRegion= new Static4D( 530, 200,100,100);
67 67
      Static4D alphaRegion = new Static4D( 230, 200,100,100);

Also available in: Unified diff