Project

General

Profile

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

distorted-objectlib / src / main / java / org / distorted / objectlib / helpers / ObjectShape.java @ 43668bcc

# Date Author Comment
f80b9473 02/11/2024 02:32 PM Leszek Koltunski

Beginnings of support for automatic solved state which supports faces of the same color.

adb5b717 02/06/2024 07:33 PM Leszek Koltunski

new detection of the solved state - beginnings.

94c50a70 09/18/2023 04:40 PM Leszek Koltunski

fix the 'holes in textures' problem.

3821ebef 07/05/2023 11:35 PM Leszek Koltunski

speedups (correctly remove the internal walls of joined elements)

b76da174 07/01/2023 02:23 AM Leszek Koltunski

First try converting FactoryBandagedCuboid to MeshMultigon (still doesn't work)

efa5bc1e 06/28/2023 01:35 AM Leszek Koltunski

Code changes to introduce cubits whose faces can be split into components.

89c2b479 06/20/2023 10:42 PM Leszek Koltunski

Fixes for creation of puzzles which include cubits with 'multigon' faces.

fe3dec09 06/17/2023 10:51 PM Leszek Koltunski

use MeshMultigon in puzzle cubits (FactoryCubit)

aacf5e27 05/11/2023 02:55 PM Leszek Koltunski

Implement the android.opengl.Matrix functions ourselves.

a7a40b3c 07/15/2022 12:53 AM Leszek Koltunski

helpers: license.

802fe251 01/04/2022 11:27 PM Leszek Koltunski

Convert Ulti, Jing, Pyra, Diamond, Dinos, Redi, Skewbs, Ivy & Rex to the new scheme where the quaternion group is computed automatically.

59a971c1 01/04/2022 12:40 AM Leszek Koltunski

Remove the need to provide the number of outer faces of a ObjectShape.

31278e52 01/03/2022 06:43 PM Leszek Koltunski

Make the bitmaps ARGB_4444 - i.e. twice smaller than before.

9b1fe915 01/03/2022 02:38 PM Leszek Koltunski

Finally remove the 'getCubitFaceColor()' API

5931ae4d 01/02/2022 12:31 AM Leszek Koltunski

Beginning to automatically calculate cubitFaceColors.

ac97ecc0 01/01/2022 01:44 PM Leszek Koltunski

Progress towards removing the 'getNumCubitFaces()' object API.

3ee1d662 12/31/2021 12:37 AM Leszek Koltunski

Split ObjectShape into ObjectShape and ObjectFaceShape

c187cb69 12/24/2021 09:50 PM Leszek Koltunski

Initial commit

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

Float vertices - scratchbook

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

New 'IconMode' and some APIs to support it.

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

Move more code to objectlib.