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/girl/GirlRenderer.java
31 31
import org.distorted.library.DistortedFramebuffer;
32 32
import org.distorted.library.GridFlat;
33 33
import org.distorted.library.DistortedTexture;
34
import org.distorted.library.DistortedEffectQueues;
34
import org.distorted.library.DistortedEffects;
35 35
import org.distorted.library.EffectTypes;
36 36
import org.distorted.library.type.Dynamic1D;
37 37
import org.distorted.library.type.Dynamic3D;
......
50 50
{
51 51
    private GLSurfaceView mView;
52 52
    private DistortedTexture mTexture;
53
    private DistortedEffectQueues mEffects;
53
    private DistortedEffects mEffects;
54 54
    private DistortedFramebuffer mScreen;
55 55
    private GridFlat mGrid;
56 56
    private Static3D v0,v1,v2,v3;
......
111 111
      diHips.add(dMiddle);
112 112
      diHips.add(dBegin);
113 113

  
114
      mEffects = new DistortedEffectQueues();
114
      mEffects = new DistortedEffects();
115 115

  
116 116
      mEffects.sink( diSink, pLeft, sinkRegion );
117 117
      mEffects.sink( diSink, pRight,sinkRegion );

Also available in: Unified diff