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/stencil/StencilRenderer.java
85 85
      {
86 86
      mView = v;
87 87

  
88
      mCubeMesh = new MeshCubes(1,1,false);
88
      mCubeMesh = new MeshCubes(1,1,1);
89 89
      mQuad     = new MeshFlat(1,1);
90 90

  
91 91
      mCubeTex   = new DistortedTexture(1,1);

Also available in: Unified diff