Revision 69f807c5
Added by Leszek Koltunski about 3 years ago
src/main/java/org/distorted/objects/TwistyMirror.java | ||
---|---|---|
44 | 44 |
|
45 | 45 |
private static final int[] FACE_COLORS = new int[] { COLOR_WHITE }; |
46 | 46 |
private static final float DX = 0.10f; |
47 |
private static final float DY = 0.16f;
|
|
48 |
private static final float DZ = 0.22f;
|
|
47 |
private static final float DY = 0.18f;
|
|
48 |
private static final float DZ = 0.26f;
|
|
49 | 49 |
|
50 | 50 |
private ScrambleState[] mStates; |
51 | 51 |
private Static4D[] mQuats; |
Also available in: Unified diff
Mirror Cubes: make them a bit more off-center.