Project

General

Profile

Activity

From 02/02/2020 to 03/02/2020

03/02/2020

11:12 PM Revision 5a683295 (examples): Size of the FBO internal to Nodes is now NO MORE taken from the Mesh's stretch values.
Instead, the size is copied from child's FBO size (if there is one) or if the child is a leaf with texture in it (whi... Leszek Koltunski
11:12 PM Revision 9ecac8cd (library): Size of the FBO internal to Nodes is now NO MORE taken from the Mesh's stretch values.
Instead, the size is copied from child's FBO size (if there is one) or if the child is a leaf with texture in it (whi... Leszek Koltunski
04:23 PM Revision 9c198dba (library): Minor.
Leszek Koltunski
04:11 PM Revision 126393c8 (examples): Remove width & height from InternalSurface and move it to InternalOutputSurface.
Leszek Koltunski
04:11 PM Revision d58b50e7 (library): Remove width & height from InternalSurface and move it to InternalOutputSurface.
Leszek Koltunski
03:47 PM Revision 2e779512 (examples): Hide the InternalSurface class inside its package.
Leszek Koltunski
03:47 PM Revision 4bb94a7d (library): Hide the InternalSurface class inside its package.
Leszek Koltunski
12:39 PM Revision b17aa4aa (library): Minor.
Leszek Koltunski

03/01/2020

12:41 AM Revision 64f93787 (examples): Minor
Leszek Koltunski
12:35 AM Feature #39 (Closed): New MeshTriangular
Leszek Koltunski
12:34 AM Feature #39 (Resolved): New MeshTriangular
Commit commit:9099e567 provides such a Mesh. Leszek Koltunski
12:33 AM Feature #39 (Closed): New MeshTriangular
Implement a Triangular Mesh.
After we have MeshJoined implemented, this will be a building block for other, more c...
Leszek Koltunski
12:31 AM Feature #37: Joining Meshes together
This should probably be a new Mesh 'MeshJoined' rather than new methods to MeshBase.
MeshJoined(MeshBase[] meshes)...
Leszek Koltunski

02/29/2020

12:52 AM Revision 35476762 (library): Convert RubikCube to the new V&F center schema!
Leszek Koltunski
11:59 PM Revision e50f49b6 (examples): All apps converted to the new V&F center schema!
Leszek Koltunski
11:36 PM Revision 627e0ea2 (examples): Moving the Vertex and Fragment centers of effect to the center of the Mesh.
Leszek Koltunski
11:25 PM Revision 8eed34d3 (examples): Moving the Vertex and Fragment centers of effect to the center of the Mesh.
Leszek Koltunski
10:45 PM Revision 849e0034 (examples): Moving the Vertex and Fragment centers of effect to the center of the Mesh.
Leszek Koltunski
10:13 PM Revision 644c21f2 (library): Moving the Vertex and Fragment centers of effect to the center of the Mesh.
Leszek Koltunski
10:11 PM Revision 26c4e181 (examples): First fixes for moving the Vertex and Fragment centers of effect to the center of the Mesh.
Leszek Koltunski
05:11 PM Revision 529054e9 (examples): Fixes for the merge. Everything works now!
Next step: make the center of Vertex & Fragment effects be in the center of the Object, rather than the lower-left co... Leszek Koltunski
04:00 PM Revision c0f5af7b (library): Fixes for the merge.
Leszek Koltunski
04:00 PM Revision ba9ae2c8 (examples): Fixes for the merge.
Leszek Koltunski
03:39 PM Revision 0ba5de00 (examples): Fixes for the merge.
Leszek Koltunski
02:45 PM Revision 8664ea2e (examples): Fixes for the merge.
Leszek Koltunski
02:00 PM Revision e8e54972 (examples): Fixes for the merge.
Leszek Koltunski

02/28/2020

11:58 PM Revision 386fd702 (examples): Merge branch 'empty-matrix-effects-in-the-center' into modern-empty-matrix-effects-in-the-center
Leszek Koltunski
11:37 PM Revision 3eb6f354 (library): Merge branch 'empty-matrix-effects-in-the-center' into modern-empty-matrix-effects-in-the-center
# Conflicts:
# src/main/AndroidManifest.xml
# src/main/java/org/distorted/examples/TableOfContents.java
#...
Leszek Koltunski
09:27 PM Revision 7594a5d2 (library): Fix for MeshBase.apply()
Leszek Koltunski
09:27 PM Revision 98b6b975 (examples): Fix for MeshBase.apply()
Leszek Koltunski

02/27/2020

12:19 AM Revision 508ee98f (examples): New API: MeshBase.join() and a skeleton of an App to test it.
Leszek Koltunski
12:19 AM Revision ea88d502 (library): New API: MeshBase.join() and a skeleton of an App to test it.
Leszek Koltunski
10:46 PM Revision 1535f677 (examples): Minor.
Leszek Koltunski
09:47 PM Revision 83e0ca5e (examples): New Mesh 'Triangles' and updated Inflate & Generic apps to test it.
Leszek Koltunski
09:47 PM Revision 9099e567 (library): New Mesh 'Triangles' and updated Inflate & Generic apps to test it.
Leszek Koltunski
03:16 PM Feature #8: Add support for new types of Regions
Idea for a new Region: a five dimensional 3D 'strip'. Definition:
1) a 3D plane ax+by+cz=d
2) a distance 'e'
T...
Distorted Admin
03:11 PM Feature #8: Add support for new types of Regions
Partly done - we have decoupled the Region. Distorted Admin
03:09 PM Feature #38 (Closed): Apply Matrix effects to a Mesh
new API: MashBase.apply(MatrixEffect effect) Distorted Admin
03:07 PM Feature #37 (Closed): Joining Meshes together
Join several Meshes together. MashBase.join(MeshBase[] others) Distorted Admin

02/26/2020

10:23 PM Revision 698ad0a8 (examples): Move the Effects.setStretch to Meshbase.setStretch
Leszek Koltunski
10:23 PM Revision 044b5494 (library): Move the Effects.setStretch to Meshbase.setStretch
Leszek Koltunski
03:52 PM Revision 687263cc (examples): Move the 'pre-multiply mesh before applying any effects' thing from [(Xsize of texture, Ysize of texture) x Mesh's zFactor] to Effects.setStretch(sx,sy,sz)
Leszek Koltunski
03:52 PM Revision c90aca24 (library): Move the 'pre-multiply mesh before applying any effects' thing from [(Xsize of texture, Ysize of texture) x Mesh's zFactor] to Effects.setStretch(sx,sy,sz)
Leszek Koltunski

02/24/2020

04:31 PM Revision fa8bc998 (library): New API MeshBase.apply(MatrixEffect[])
Leszek Koltunski

02/21/2020

11:27 AM Revision f3ca895f (examples): Rename MeshFlat MeshRectangles.
Leszek Koltunski
11:27 AM Revision 12e379d6 (library): Rename MeshFlat MeshRectangles.
Leszek Koltunski

02/16/2020

10:30 PM Revision f953bee0 (library): Making the Dialogs more consistent.
Leszek Koltunski
10:30 PM Revision d5ae6877 (examples): Making the Dialogs more consistent.
Leszek Koltunski

02/15/2020

01:02 AM Revision bcbd5b45 (examples): Adjustment to Static's API.
Leszek Koltunski
01:02 AM Revision ece89b28 (library): Adjustment to Static's API.
Leszek Koltunski
 

Also available in: Atom