Project

General

Profile

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

distorted-objectlib / src / main / java / org / distorted / objectlib / main / ShapeTetrahedron.java @ a8295031

# Date Author Comment
a8295031 06/06/2022 03:47 PM Leszek Koltunski

Introduce InitData, a data structure used to initialize a TwistyObject.
Current (optional) members: int[] numLayers, int param [intended: type of the Crazy 3x3 planet], float[][] pos [position of a bandaged cube] )

3bf19410 03/29/2022 05:20 PM Leszek Koltunski

Mode the 'iconMode' from static variable in ObjectControl to member varaible in TwistyObject (safer)

b0ec8fbd 12/08/2021 11:36 AM Leszek Koltunski

Move info about the default rotation of the 4 basic shapes of puzzles form the 'Creator' app to the Shape classes.

c3a033e9 12/07/2021 11:17 PM Leszek Koltunski

Introduce 'Simple' and 'Nice' meshes.

04a4ece1 11/30/2021 01:26 PM Leszek Koltunski

Fix projection matrix with which the puzzles get rendered: make it independent of the aspect ratio of the underlying surface.

386af988 11/08/2021 01:51 PM Leszek Koltunski

Minor.