Project

General

Profile

« Previous | Next » 

Revision 13884c8a

Added by Leszek Koltunski 11 months ago

Minor.

View differences:

src/main/java/org/distorted/examples/meshfile/MeshFileRenderer.java
417 417
      float h1 = 0.035f;
418 418
      float h2 = 0.010f;
419 419
      int angle = 30;
420
      float R = 0.7f;
420
      float R = 0.1f;
421 421
      float S = 0.5f;
422 422
      int N   = 6;
423
      int exI = 2;
424
      int exV = 2;
423
      int exI = 0;
424
      int exV = 0;
425 425
      float[][] bands  = { {h1,angle,R,S,N,exI,exV}, {h2,angle,R,S,N,exI,exV} };
426 426
      int[] bandIndices= { 0,0,1,1 };
427 427
      float[] convex = null;

Also available in: Unified diff