Project

General

Profile

« Previous | Next » 

Revision 116af6dc

Added by Leszek Koltunski about 3 years ago

Progress with bandaged cubes.

View differences:

src/main/java/org/distorted/examples/meshfile/MeshFileRenderer.java
328 328

  
329 329
    private void createMesh()
330 330
      {
331
      int[] dimensions = new int[] {1,1,1};
331
      int[] dimensions = new int[] {1,1,3};
332 332

  
333 333
      FactoryCubit factory = FactoryCubit.getInstance();
334 334
      mMesh = factory.createCuboidMesh(dimensions);

Also available in: Unified diff