Project

General

Profile

Download (3.55 KB) Statistics
| Branch: | Revision:

distorted-objectlib / src / main / java / org / distorted / objectlib / main / Twisty4.java @ a57e6870

# Date Author Comment
a57e6870 10/11/2021 10:53 PM Leszek Koltunski

make numLayers into an int[] (preparation for Cuboids)
Caution: because of previous changes to cubit order in cube, the Solver is broken!

2289cab1 10/08/2021 05:56 PM Leszek Koltunski

New 'IconMode' and some APIs to support it.

ecf3d6e3 10/05/2021 11:38 PM Leszek Koltunski

1) introduce possibility to move objects, i.e. display them not in the middle of the screen (not fully functional yet)
2) do away with unneeded any more interface 'EffectController' - since ObjectPreRender is the only implementation now.

81141862 10/05/2021 10:53 PM Leszek Koltunski

Remove the 'setupObject()' redundant API.

61aa85e4 10/01/2021 04:31 PM Leszek Koltunski

Simplify ObjectList: now there's just one object per size.

0310ac32 09/30/2021 07:05 PM Leszek Koltunski

Bugfixes

29b82486 09/29/2021 04:27 PM Leszek Koltunski

Initial commit