Project

General

Profile

« Previous | Next » 

Revision 57ef6378

Added by Leszek Koltunski over 2 years ago

Float vertices - scratchbook

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyMirror.java
441 441
    float ZL = -0.5f - (zrow==     0 ? DZ : 0);
442 442
    float ZR = +0.5f - (zrow==numL-1 ? DZ : 0);
443 443

  
444
    double[][] vertices = new double[][]
444
    float[][] vertices = new float[][]
445 445
          {
446 446
              { XR, YR, ZR },
447 447
              { XR, YR, ZL },

Also available in: Unified diff