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/matrix3d/Matrix3DActivity.java
70 70
    createEffectNames();
71 71

  
72 72
    mEffects = new DistortedEffects();
73
    mMesh = new MeshCubes(1,1,false);
74
    mTexture= new DistortedTexture(100,100);
73
    mMesh    = new MeshCubes(1,1,1);
74
    mTexture = new DistortedTexture(100,100);
75 75

  
76 76
    setEffectView();
77 77
    }

Also available in: Unified diff