Project

General

Profile

« Previous | Next » 

Revision 7c46dfa1

Added by Leszek Koltunski 12 months ago

Improve the EDGE_COIN square touch split.

View differences:

src/main/java/org/distorted/objectlib/touchcontrol/TouchControl.java
26 26
  public static final int TYPE_SPLIT_EDGE_COIN= 3;
27 27

  
28 28
  static final float D_TRIANGLE = 0.95f;
29
  static final float D_SQUARE   = 0.90f;
30
  static final float D_PENTA    = 0.55f;
29
  static final float D_SQUARE   = 0.80f;
30
  static final float D_PENTA    = 0.65f;
31 31

  
32 32
  public static final int TC_HEXAHEDRON        =   6;
33 33
  public static final int TC_TETRAHEDRON       =   4;

Also available in: Unified diff