Project

General

Profile

« Previous | Next » 

Revision bdbbb4c5

Added by Leszek Koltunski over 2 years ago

Refactoring: split the 'objects' package into two, 'objects' and 'objectlib'.
The point: we're going to need to move the 'objectlib' stuff into its own library module, and that's because we're going to create a new app module which needs access to it.

View differences:

src/main/java/org/distorted/control/RubikControlRotate.java
22 22
import android.graphics.Bitmap;
23 23
import android.graphics.BitmapFactory;
24 24

  
25
import org.distorted.helpers.QuatHelper;
25
import org.distorted.objectlb.QuatHelper;
26 26
import org.distorted.library.effect.MatrixEffectQuaternion;
27 27
import org.distorted.library.effect.MatrixEffectScale;
28 28
import org.distorted.library.main.DistortedEffects;
......
38 38
import org.distorted.library.type.Static4D;
39 39
import org.distorted.main.R;
40 40
import org.distorted.main.RubikActivity;
41
import org.distorted.objects.TwistyObject;
41
import org.distorted.objectlb.TwistyObject;
42 42

  
43 43
import java.io.IOException;
44 44
import java.io.InputStream;

Also available in: Unified diff