Project

General

Profile

Statistics
| Branch: | Revision:

distorted-objectlib / src / main / java / org / distorted / objectlib / objects @ d309baa5

# Date Author Comment
d309baa5 10/11/2021 04:07 PM Leszek Koltunski

Make the cube meshes even a bit smaller

8396c548 10/11/2021 03:54 PM Leszek Koltunski

Make cube meshes much smaller (by initroducing two distinct types of cubits -

1) corners and edges
2) face cubits (which now have simpler meshes)

8da6b1c9 10/11/2021 02:34 PM Leszek Koltunski

Changes to the Cube cubits; new cube meshes.

7ce20d2a 10/11/2021 11:30 AM Leszek Koltunski

Error in Cube's scramble states

8592461c 10/11/2021 12:24 AM Leszek Koltunski

'IconMode' finished.

21aaab9a 10/10/2021 11:33 PM Leszek Koltunski

Progress with 'IconMode'

03edfabd 10/08/2021 10:04 PM Leszek Koltunski

Bugfix for Kilominx.

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

New 'IconMode' and some APIs to support it.

854b09be 10/06/2021 10:31 PM Leszek Koltunski

Improve the Jing mesh.

e6b45809 10/06/2021 09:50 AM Leszek Koltunski

Fix important bug in Minx'es detection of the solved state.

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.

198c5bf0 10/01/2021 11:26 PM Leszek Koltunski

Move more code to objectlib.

c8bc83d9 10/01/2021 10:33 PM Leszek Koltunski

Simplify TwistyObject's API.

8005e762 10/01/2021 04:33 PM Leszek Koltunski

Reename ObjectList to a more logical ObjectType.

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

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

4e1dc313 10/01/2021 12:09 AM Leszek Koltunski

move the resourceIDs from ObjectList to individual object classes.

cc448c54 09/30/2021 11:30 PM Leszek Koltunski

improvements to the Mirror Cube.

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

Bugfixes

e607083f 09/30/2021 04:14 PM Leszek Koltunski

Simplify objectlib's API.
Correct a recently introduced bug with resetting texture maps.

a706f8e0 09/30/2021 04:03 PM Leszek Koltunski

Move QuatHelpeer to distorted-library

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

Initial commit