Project

General

Profile

« Previous | Next » 

Revision 7e4254be

Added by Leszek Koltunski 9 months ago

Progress with Creator of Bandaged Skewbs

View differences:

src/main/java/org/distorted/objectlib/bandaged/BandagedObjectSkewb.java
16 16
import org.distorted.library.type.Static3D;
17 17
import org.distorted.objectlib.main.InitData;
18 18
import org.distorted.objectlib.main.TwistyObject;
19
import org.distorted.objectlib.objects.TwistyBandagedSkewb;
19 20
import org.distorted.objectlib.shape.ShapeHexahedron;
20 21
import org.distorted.objectlib.touchcontrol.TouchControlHexahedron;
21 22

  
......
155 156

  
156 157
  public int computeProjectionAngle()
157 158
    {
158
    return 40;
159
    return 90;
159 160
    }
160 161

  
161 162
///////////////////////////////////////////////////////////////////////////////////////////////////
......
171 172
    {
172 173
    float[][] pos = getCubitPositions();
173 174
    InitData data = new InitData( mSize,pos);
174
    return null;//new TwistyBandagedPyraminx( TwistyObject.MESH_NICE, mode, ShapeTetrahedron.DEFAULT_ROT, new Static3D(0,0,0), size, data, null );
175
    return new TwistyBandagedSkewb( TwistyObject.MESH_NICE, mode, ShapeHexahedron.DEFAULT_ROT, new Static3D(0,0,0), size, data, null );
175 176
    }
176 177
}

Also available in: Unified diff