Project

General

Profile

« Previous | Next » 

Revision 8f5116ec

Added by Leszek Koltunski 2 months ago

Major improvement for the FactorySticker: now all changes to border thickness & size of corners should work.

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyCrazy3x3.java
959 959

  
960 960
  public float[][][] getStickerAngles()
961 961
    {
962
    float D1 = (float)(Math.PI/8);
963
    float D2 = (float)(Math.PI/6);
962
    float D1 = (float)(Math.PI/4);
963
    float D2 = (float)(Math.PI/3);
964 964
    return new float[][][] { {{ 0,0,0,-D1,0 }} , {{ 0,0,0,-D2 }} , {{0,0,0,0}} , {{ 0,0,0,D2 }} , {{ 0,0,D1 }} };
965 965
    }
966 966

  

Also available in: Unified diff