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/TwistyIvy.java
438 438

  
439 439
  public float[][][] getStickerAngles()
440 440
    {
441
    float D = (float)(Math.PI/4);
441
    float D = (float)(Math.PI/2);
442 442
    return new float[][][] { {{ 0,0,-D }} , {{ D,D }} };
443 443
    }
444 444

  

Also available in: Unified diff