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/deform/DeformRenderer.java
23 23
import javax.microedition.khronos.opengles.GL10;
24 24

  
25 25
import org.distorted.library.Distorted;
26
import org.distorted.library.DistortedEffects;
26 27
import org.distorted.library.DistortedFramebuffer;
27 28
import org.distorted.library.DistortedTexture;
28
import org.distorted.library.DistortedEffectQueues;
29 29
import org.distorted.library.GridObject;
30 30
import org.distorted.library.GridFlat;
31 31

  
......
52 52

  
53 53
   private GLSurfaceView mView;
54 54
   private DistortedTexture fpsTexture, stretchTexture;
55
   private DistortedEffectQueues fpsEffects, stretchEffects;
55
   private DistortedEffects fpsEffects, stretchEffects;
56 56
   private GridObject fpsGrid, stretchGrid;
57 57
   private DistortedFramebuffer mScreen;
58 58
   private Static3D touchPoint;
......
92 92
      mPaint.setAntiAlias(true);
93 93
      mPaint.setTextAlign(Paint.Align.CENTER);
94 94

  
95
      fpsEffects = new DistortedEffectQueues();
96
      stretchEffects = new DistortedEffectQueues();
95
      fpsEffects = new DistortedEffects();
96
      stretchEffects = new DistortedEffects();
97 97

  
98 98
      mRegion = new Static4D(0,0,50,50);
99 99

  

Also available in: Unified diff