Project

General

Profile

« Previous | Next » 

Revision 347f6cc1

Added by Leszek Koltunski 12 months ago

correct face shapes (post-new MeshPolygon normal computation)

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyMixup3x3.java
152 152
    {
153 153
    float h1 = isInIconMode() ? 0.001f : 0.06f;
154 154
    float h2 = 0.001f;
155
    float[][] bands = { {h1,45,0.3f,0.5f,5,1,0}, {h2,45,0.3f,0.5f,5,1,0} };
155
    int angle = 25;
156
    float R = 0.7f;
157
    float S = 0.5f;
158
    float[][] bands = { {h1,angle,R,S,5,1,0}, {h2,angle,R,S,5,1,0} };
156 159

  
157 160
    if( variant==0 )
158 161
      {

Also available in: Unified diff