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/quaternion/QuaternionRenderer.java
64 64
    mView    = v;
65 65
    mTexture = new DistortedTexture(1,1);
66 66
    mEffects = new DistortedEffects();
67
    mMesh    = new MeshCubes(1,1,false);
67
    mMesh    = new MeshCubes(1,1,1);
68 68
    mRot     = new DynamicQuat();
69 69

  
70 70
    Random rnd = new Random(System.currentTimeMillis());

Also available in: Unified diff