Project

General

Profile

« Previous | Next » 

Revision 334c13fa

Added by Leszek Koltunski over 7 years ago

Make the effect Center be always 3D.

View differences:

src/main/java/org/distorted/examples/save/SaveRenderer.java
51 51
  {
52 52
  private GLSurfaceView mView;
53 53
  private DistortedBitmap mGirl;
54
  private Static2D pLeft, pRight;
54
  private Static3D pLeft, pRight;
55 55
  private Static4D sinkRegion;
56 56
  private Dynamic1D diSink;
57 57
  private Static1D s0;
......
70 70
      
71 71
    boobsSink  = 1.0f;
72 72
      
73
    pLeft = new Static2D(132, 264);
74
    pRight= new Static2D(247, 264);
73
    pLeft = new Static3D(132, 264, 0);
74
    pRight= new Static3D(247, 264, 0);
75 75
      
76 76
    sinkRegion = new Static4D(0,0,60,60);
77 77
      

Also available in: Unified diff