Project

General

Profile

« Previous | Next » 

Revision 550db260

Added by Leszek Koltunski over 2 years ago

Progress with BandagedCreator: joining cubits together. Still at least one (probably two) bugs here remain:

1) sometimes some of the walls of the newly creaed joined cubit are incorrectly rotated
2) there is an unpleasant flash when joining

View differences:

src/main/java/org/distorted/bandaged/BandagedCreatorScreen.java
25 25
import org.distorted.helpers.TransparentImageButton;
26 26
import org.distorted.main.R;
27 27
import org.distorted.main.RubikActivity;
28
import org.distorted.objectlib.helpers.FactoryCubit;
28 29

  
29 30
///////////////////////////////////////////////////////////////////////////////////////////////////
30 31

  
......
90 91
      @Override
91 92
      public void onClick(View v)
92 93
        {
93

  
94
        FactoryCubit factory = FactoryCubit.getInstance();
95
        factory.printFaceTransform();
94 96
        }
95 97
      });
96 98
    }

Also available in: Unified diff