Project

General

Profile

« Previous | Next » 

Revision c741467f

Added by Leszek Koltunski about 1 year ago

Coin tetrahedron: mesh, jsons.

View differences:

src/main/java/org/distorted/objectlib/touchcontrol/TouchControl.java
22 22
  // each face is split into several parts by lines coming from its center to the vertices
23 23
  public static final int TYPE_SPLIT_CORNER   = 2;
24 24
  // each face is split into several parts by lines coming from its center to the midpoints of each edge,
25
  // and also it has an inscribed circle [ see coin tetrahedron!)
25
  // and also it has an inscribed circle (see coin tetrahedron!)
26 26
  public static final int TYPE_SPLIT_EDGE_COIN= 3;
27 27

  
28 28
  public static final int TC_HEXAHEDRON        =   6;

Also available in: Unified diff