Project

General

Profile

« Previous | Next » 

Revision 593cd919

Added by Leszek Koltunski about 1 year ago

Icosamate: mesh, jsons.

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyIcosamate.java
24 24
import org.distorted.objectlib.main.ObjectSignatures;
25 25
import org.distorted.objectlib.main.ObjectType;
26 26
import org.distorted.objectlib.scrambling.ScrambleEdgeGenerator;
27
import org.distorted.objectlib.shape.ShapeHexahedron;
27
import org.distorted.objectlib.shape.ShapeIcosahedron;
28 28
import org.distorted.objectlib.touchcontrol.TouchControlIcosahedron;
29 29

  
30 30
///////////////////////////////////////////////////////////////////////////////////////////////////
31 31

  
32
public class TwistyIcosamate extends ShapeHexahedron
32
public class TwistyIcosamate extends ShapeIcosahedron
33 33
{
34 34
  // topmost vertex (0,A,0) and 3 vertices from the second-topmost-layer, front one and two ones
35 35
  // to the right: (0,B,C) , (D,B,E) , (F,B,H)
......
172 172

  
173 173
      mPosition = new float[][]
174 174
         {
175
             { 0, AN, 0},
175
             {  0, AN,  0},
176 176

  
177 177
             {  0, BN, CN},
178 178
             { DN, BN, EN},

Also available in: Unified diff