Project

General

Profile

« Previous | Next » 

Revision 93ad90ba

Added by Leszek Koltunski 11 months ago

Multigon testing app

View differences:

src/main/java/org/distorted/examples/meshfile/MeshFileRenderer.java
376 376
              { {7,6,4,5} },
377 377
              { {4,0,1,5} },
378 378
              { {7,3,2,6} },
379
              { {6,2,0,4} },
379
              { {8,9,0,4}, {6,2,9,8} },
380 380
              { {3,7,5,1} }
381 381
          };
382 382

  
......
407 407
      mMesh = factory.createRoundedSolid(shape,face,effects,MESH_NICE,numFaces);
408 408

  
409 409
      int numEff = mMesh.getNumEffComponents();
410

  
411 410
      for(int i=0; i<numEff; i++) mMesh.setEffectAssociation(i, 0, i);
412 411
      }
413 412

  

Also available in: Unified diff