Project

General

Profile

« Previous | Next » 

Revision 588ace55

Added by Leszek Koltunski over 2 years ago

Prepare the 'objectlib' package to be separated into a library module

View differences:

src/main/java/org/distorted/objects/TwistyKilominx.java
19 19

  
20 20
package org.distorted.objects;
21 21

  
22
import static org.distorted.objectlb.Movement12.COS54;
23
import static org.distorted.objectlb.Movement12.SIN54;
22
import static org.distorted.objectlib.Movement12.COS54;
23
import static org.distorted.objectlib.Movement12.SIN54;
24 24

  
25 25
import android.content.res.Resources;
26 26

  
27
import org.distorted.objectlb.ObjectShape;
28
import org.distorted.objectlb.ObjectSticker;
29
import org.distorted.objectlb.QuatHelper;
27
import org.distorted.objectlib.ObjectShape;
28
import org.distorted.objectlib.ObjectSticker;
29
import org.distorted.objectlib.QuatHelper;
30 30
import org.distorted.library.main.DistortedEffects;
31 31
import org.distorted.library.main.DistortedTexture;
32 32
import org.distorted.library.mesh.MeshSquare;
33 33
import org.distorted.library.type.Static4D;
34 34
import org.distorted.main.R;
35
import org.distorted.objectlb.ObjectList;
35
import org.distorted.objectlib.ObjectList;
36 36

  
37 37
///////////////////////////////////////////////////////////////////////////////////////////////////
38 38

  

Also available in: Unified diff