improvements from the 'texture coordinate' investigation.
New 'PIPE' vertex effect.
Support drawing stickers with multiple holes in them.
change the way the coordinates of stickers are kept from float[2*N] to float[N][2]
Major progress with supporting cubit faces with holes.
Improve MeshMultigon (for the BandagedPyraminx case!)
another bugfix for MeshMultigon.
We no longer need to support 'edgesUp' in MeshPolygons.
Fixes for MeshMultigon. Perfect!
Implement MeshMultigon out of BandedTriangles (doesn't work yet)
MeshBandedTriangle implemented
Minor.
Make it possible to control if we can see the normal vectors.
improve MeshPolygon. Now Multigon's meshes are close to perfect.
Multigon testing app
use MeshMultigon in puzzle cubits (FactoryCubit)
MeshMultigon finished.
Progress with MeshMultigon. Still auto-computation of 'up' edges does not work.
Beginnings of MeshMultigon (does not work yet)
MeshPolygon: support for an arbitrary subset of edges being 'up' (i.e. buildup to MeshMultigon)
in API 34 R.id. things are no loger constants and cannot be used in switches.
build for API 34.
Implement the android.opengl.Matrix functions ourselves.
Decouple (to a large degree) the OpenGL Library from Android.
Introduce InitAssets. We'll use this later to pass on references to the tablebase file to the TwistyObject (so that it can use this for perfect scrambling)
Major change in JSOn file format:
replace the old (corners,centers) system with a list of VertexEffects which are applied to each cubit variant.
Stars: introductory dialog explaining the concept of stars.
simplify the crash app.
New app reproduces an issue with crash on my physical LG phone.
This app reproduces an issue with glow being improperly displayed on my physical LG phone.
New Flat Blur unit test.
Change the Sink app. The point: test Sink effect at extreme strengths.
Partly merge the 'iap' branch.
Minor
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] )
BandagedPlay: configurable mode and scramble depth
Create the bandaged 3x3 icon: something works, the shape is drawn, but it's entirely black. Investigate.
Improve the CU_232 mesh.
Container's JSON and mesh - one more corrrection.
Fix a bug in FactoryCubit: before sometimes it would incorrectly rotate a 'collapsed sticker' face if the face was flipped.Also: polish up the Container.
Add Pyramorphix.
Implement the Windmill Cube
Remove the need to provide the number of outer faces of a ObjectShape.
cleaning up.
Progress
Trajber's Octahedron: progress.
Trajber's Octahedron: first try.
'Simple' and 'Nice' meshes: fix Rex.
Introduce 'Simple' and 'Nice' meshes.
Float vertices - scratchbook
Add Cube6.
Add testing of MeshPolygon to the MeshFile app.
New BORDER effect.
Improvements for the new Border effect. Now works, but covers the object - to be corrected.
New postprocess effect 'Border' (not working yet) and adding it to the testing app 'Triblur'.
Convert the Ivy corner cubit to the new, 'universal' cubit creation method.
This forces deep changes to 'createRoundSolid' and the underlying 'MeshPolygon' class to make them support arbitrary Polygon 'centers of face convexity'.
Reason: the faces of this cubit are concave and such default 'center of face convexity' (which by default used to be (0,0)) turned to lie outside the face - which produces strange visual artifacts.
New 'JingPyraminx' object - add the mesh.
New 'Jing' cubit shapes: corrections.
New 'Jing' cubit shapes.
Correct the Redmi mesh to eliminate the visible seams.
Add Square-2 corner cubit.
Progress with cubit shapes of the Square-1.
Dynamic App: add support for the new SpeedMode inside Dynamics. (so far only first two SpeedModes - smooth and segment_constant - are supported )
2 Skewb Ultimate cubits.
RubikControl: fixes; progress.
Port bugfixes from DistortedCube; add Ivy Corner & Ivy Face meshes.
Cubit creation: properly cener the textures. Add Kilominx edge.
Cubit creation: center the textures. Add octahedron.
Cubit creation: bugfixes.
Cubit creation: bugfixes. Cube, Tetrahedron, Dino cubits - all work.
Face cubit creation: progress: cube & tetrahedron work; dino cubit does not.Also, the texture is not yet moved inside the (0,1)x(0,1) square.
Face cubit creation: progress: rounded corners
Face cubit creation: progress, a cube renders correctly :)
Face cubit creation: progress, a cube rendered almost correctly :)
Face cubit creation: compiles and runs now (but results are incorrect)
Progress with any size Kilominx.
Progress with bandaged cubes.
Beginnings of support for bandaged versions of the 3x3 cube.
Bugfixes as a result of the Samsung Galaxy J4+ investigation:
1) By default, switch off transform feedback in the main program. Create a new API 'needTransformFeedback()' to call if someone still needs TF in the main program.2) lower the default max number of vertex effects to 30....
Progress with Megaminx.
Beginnings of Megaminx & Gigaminx
We need to re-add upping the max number of fragment effects as their default was lowered back to 5 in the library.
Remove all the calls to DistortedLibrary.setMax() (except for app 'Check', which explictly checks this API)
Plug two more memory leaks. It should be fine now.
Fixes for Deform and Moving Effects.
Progress with the Kilominx - rotations.
New shape: Kilominx corner.
Rex Cube - new mesh, textures and icon.
Fixes for the Rex Cube (mostly works now)