Project

General

Profile

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

distorted-objectlib / src / main / java / org / distorted / objectlib / effects / scramble / ScrambleEffectRotations.java @ 826d293e

# Date Author Comment
9ec1348c 07/15/2022 12:52 AM Leszek Koltunski

scramble,solve,win: license.

7ba38dd4 10/22/2021 02:59 AM Leszek Koltunski

Major change: separate the notion of a TwistyObject and its Node. Now,

1) the Node stays when we change objects (this makes transitions faster)
2) it's possible to just create an Object without adding it to the Screen (now app needs to explicitly create the Node and add it to its Screen itself)

e7daa161 10/12/2021 01:59 PM Leszek Koltunski

- remove the retarded NODE_RATIO from TwistyObject
- more correctly estimate Cuboid's 'realSize' as an average of their 3 sizes.

a5a52e8d 10/01/2021 11:31 PM Leszek Koltunski

Move yet more code to objectlib.