Project

General

Profile

« Previous | Next » 

Revision 58e9e190

Added by Leszek Koltunski almost 7 years ago

Change of API in anticipation for MeshCubes of any depth (currently only 0 and 1 work)

View differences:

src/main/java/org/distorted/examples/flag/FlagRenderer.java
95 95
      mEffects.wave(mWaveDyn, waveCenter, waveRegion);
96 96

  
97 97
      mScreen = new DistortedScreen(mView);
98
      mScreen.attach(mTexture,mEffects, new MeshCubes(50,30,false) );
98
      mScreen.attach(mTexture,mEffects, new MeshCubes(50,30,1) );
99 99
      }
100 100

  
101 101
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff