Project

General

Profile

« Previous | Next » 

Revision a31d25de

Added by Leszek Koltunski about 4 years ago

Major progress with Prretty Patterns.

Two things remain:

1) looks like sometimes making/backing Moves in a Pattern gets stuck. ( Pattern.mCanRotate! )
2) we need to add RubikPatternList!

View differences:

src/main/java/org/distorted/object/RubikObjectList.java
245 245

  
246 246
///////////////////////////////////////////////////////////////////////////////////////////////////
247 247

  
248
  public RubikObject create(int size, Static4D quatCur, Static4D quatAcc, String moves)
248
  public RubikObject create(int size, Static4D quatCur, Static4D quatAcc, int[][] moves)
249 249
    {
250 250
    DistortedTexture texture = new DistortedTexture();
251 251
    DistortedEffects effects = new DistortedEffects();

Also available in: Unified diff