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/projection/ProjectionRenderer.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.GridFlat;
28 29
import org.distorted.library.DistortedTexture;
29
import org.distorted.library.DistortedEffectQueues;
30 30
import org.distorted.library.type.Static3D;
31 31
import org.distorted.library.type.Static4D;
32 32

  
......
43 43
{
44 44
   private GLSurfaceView mView;
45 45
   private DistortedTexture mTexture;
46
   private DistortedEffectQueues mEffects;
46
   private DistortedEffects mEffects;
47 47
   private DistortedFramebuffer mScreen;
48 48
   private GridFlat mGrid;
49 49

  
......
55 55
   ProjectionRenderer(GLSurfaceView view)
56 56
      { 
57 57
      mView   = view;
58
      mEffects= new DistortedEffectQueues();
58
      mEffects= new DistortedEffects();
59 59
      mScreen = new DistortedFramebuffer(0);
60 60
      }
61 61

  

Also available in: Unified diff