Project

General

Profile

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

distorted-objectlib / src / main / java / org / distorted / objectlib / touchcontrol / TouchControlOctahedron.java @ f4ed769a

# Date Author Comment
b5db1f7a 09/24/2023 03:52 PM Leszek Koltunski

New Creator of Bandaged Octahedrons

fb1e9a31 06/01/2023 04:38 PM Leszek Koltunski

move the returnRotationFactor() method from touchControl to TwistyObject (where it can be overridden)

369e6176 05/10/2023 04:08 PM Leszek Koltunski

Make the touchable part of the 'coin' in the CoinTetrahedroon a bit smaller.

aaeef328 03/22/2023 10:08 PM Leszek Koltunski

Support split type 'EDGE_COIN' in case of every shape.

9a7e8b98 03/22/2023 06:06 PM Leszek Koltunski

new SPLIT type: type EDGE_COIN (will be used in Coin Tetrahedron).
Only supported in Tetrahedrons for now.

71f8a172 07/15/2022 01:03 AM Leszek Koltunski

touchcontrol: license.

4c9ca251 01/02/2022 09:25 PM Leszek Koltunski

Add the getFaceAxis() API and fill up the getDist3D() API.

57ef6378 11/11/2021 04:22 PM Leszek Koltunski

Float vertices - scratchbook

c9c71c3f 11/08/2021 03:38 PM Leszek Koltunski

Abstract out the TouchControl stuff in preparation for its new type - TouchControlShapeChanging.