Revision 10e7006d
Added by Leszek Koltunski 9 months ago
src/main/java/org/distorted/objectlib/objects/TwistyTestGhost.java | ||
---|---|---|
29 | 29 |
|
30 | 30 |
public class TwistyTestGhost extends ShapeHexahedron |
31 | 31 |
{ |
32 |
private static final int GHOST_ANGLE = 20;
|
|
32 |
private static final int GHOST_ANGLE = 23;
|
|
33 | 33 |
|
34 | 34 |
static final Static3D[] ROT_AXIS = new Static3D[] |
35 | 35 |
{ |
Also available in: Unified diff
Big progress with Ghosts.
The test (4,2,2) almost works now - only sometimes, when we switch to mGhostRowBitmap=fullOnes, (all rows 'DOWN' ) then some cubits do not seem to belong to their assigned layers anymore.