Project

General

Profile

Activity

From 05/07/2020 to 06/05/2020

06/05/2020

08:29 PM Revision 51e08404 (examples): Progress with SingleMesh (texture maps)
Leszek Koltunski
12:55 PM Revision 5acaa863 (examples): Progres with SingleMesh
Leszek Koltunski
12:34 PM Revision 758729b5 (examples): Progres with SingleMesh; bugfix in MeshBase.apply(Matrix)
Leszek Koltunski
12:34 PM Revision f45e4279 (library): Progres with SingleMesh; bugfix in MeshBase.apply(Matrix)
Leszek Koltunski

06/04/2020

11:57 PM Revision 90940caf (examples): Skeleton of the SingleMesh app.
Leszek Koltunski
11:35 PM Revision fcb09e1f (examples): - fix Around the World (one effect failed to add)
- add DeferredJob icon Leszek Koltunski
11:34 PM Revision e8925fcd (library): Big change to MeshBase:
1) split the list of Components into two: 'texture map' components and 'effect' components.
Reason: imagine the Ru...
Leszek Koltunski

06/03/2020

08:25 PM Revision 2aeb75aa (library): Update Myanmar flag.
Leszek Koltunski
08:25 PM Revision eb507734 (examples): Update Myanmar flag.
Leszek Koltunski

06/01/2020

10:40 PM Revision 1fad573e (library): DeferredJobs app/lib works now
Leszek Koltunski
10:40 PM Revision d08bd5a3 (examples): DeferredJobs app/lib works now
Leszek Koltunski

05/31/2020

09:31 PM Revision b1950186 (examples): Progress with DeferredJobs app/lib (still does not work though)
Leszek Koltunski
09:31 PM Revision 6923706f (library): Progress with DeferredJobs app/lib (still does not work though)
Leszek Koltunski
06:51 PM Revision 5dfbbda7 (examples): Progress with DeferredJobs app (proves with the library part does not work :)
Leszek Koltunski
06:51 PM Revision 4c68cfd3 (library): Progress with DeferredJobs app (proves with the library part does not work :)
Leszek Koltunski
05:39 PM Revision a8dfedcc (library): Progress with DeferredJobs (apply, copy, merge & join should be working now - untested)
Leszek Koltunski
11:18 AM Revision bf3b5480 (examples): Progress with Deferred Jobs.
Leszek Koltunski

05/30/2020

12:15 AM Revision 887e1853 (examples): Skeleton of the new app: Deferred Jobs.
Leszek Koltunski
11:55 PM Revision 3c219720 (examples): 1. New icon for PreDeform app
2. Library: advances with DeferredMeshJobs Leszek Koltunski
11:55 PM Revision f4c5a46e (library): 1. New icon for PreDeform app
2. Library: advances with DeferredMeshJobs Leszek Koltunski
08:07 PM Revision 71d8aba1 (library): Bugfix ( Mesh shallow copy wasn't working )
Leszek Koltunski
06:44 PM Revision 07206c71 (library): First attempt at Deferred Mesh Jobs.
Only apply(VertexEffect) supported for now. Leszek Koltunski

05/29/2020

12:16 AM Revision aee078f8 (library): Correct VertexEffectQueue in the Mesh. There's no need to have a separate Queue in every component.
Leszek Koltunski
08:16 PM Feature #44 (Closed): Distorted's own Mesh file format
Invent our own Mesh file format and implement MeshBase.save() and MeshBase.read(), and a new MeshFile class. Distorted Admin
08:14 PM Feature #40 (Closed): Apply static Vertex effects to a Mesh
A series of commits to the 'mesh-preapply' branch (merged) provides this functionality. Distorted Admin
07:06 PM Revision 60fdf71d (library): Only show the OpenGL Error dialog when the underlying hardwarre does not support OpenGL ES 3.0.
Leszek Koltunski
06:24 PM Revision 2845af2d (examples): Preparation for saving/reading Meshes to/from a file.
Leszek Koltunski
06:24 PM Revision c52ddff8 (library): Preparation for saving/reading Meshes to/from a file.
Leszek Koltunski
03:48 PM Revision 36d65d88 (library): Progress making it possible to apply Vertex Effects only to some Components of a Mesh.
Leszek Koltunski
03:48 PM Revision 0e80d8a9 (examples): Progress making it possible to apply Vertex Effects only to some Components of a Mesh.
Leszek Koltunski

05/27/2020

11:43 AM Revision a79650a2 (library): Report a Crashlytics non-fatal if we fail to compile some shaders.
Leszek Koltunski

05/26/2020

12:53 PM Revision d7829514 (examples): 1) Cube: convert it to the latest library. Main difference: objects are rendered better, individual cubits have rounded corners.
2) Examples: some adjustments to MeshJoin & Predeform
3) Library: fix a bug in main_vertex_shader's 'degree' function...
Leszek Koltunski
12:53 PM Revision 1e667536 (library): 1) Cube: convert it to the latest library. Main difference: objects are rendered better, individual cubits have rounded corners.
2) Examples: some adjustments to MeshJoin & Predeform
3) Library: fix a bug in main_vertex_shader's 'degree' function...
Leszek Koltunski

05/24/2020

09:03 PM Revision 4f81e0c8 (library): In library: allow a mixture of a deep and shallow copy of a Mesh ( mVertAttribs1 might be copied deeply or shallowly, mVertAttribs2 are always copied deeeply).
Port RubikCube to the new library. Leszek Koltunski
09:03 PM Revision ca4b22de (examples): In library: allow a mixture of a deep and shallow copy of a Mesh ( mVertAttribs1 might be copied deeply or shallowly, mVertAttribs2 are always copied deeeply).
Port RubikCube to the new library. Leszek Koltunski

05/23/2020

10:47 PM Revision 0339e04e (examples): Progress with MeshJoin - round the corners. Looks so-so.
Leszek Koltunski
09:15 PM Revision 811ffcf5 (examples): Progress with MeshJoin - sink association control done!
Leszek Koltunski
09:05 PM Revision 8982b894 (examples): Progress with MeshJoin.
Leszek Koltunski
08:37 PM Revision c61b08e4 (library): Fix VertexEffectRotate.
'MeshJoin' app now back it its functionality from 'master' Leszek Koltunski
08:37 PM Revision da412a40 (examples): Fix VertexEffectRotate.
'MeshJoin' app now back it its functionality from 'master' Leszek Koltunski
06:53 PM Revision c1ffdea8 (library): Some progress with 'MeshJoin' app.
Leszek Koltunski
06:53 PM Revision dd19d6e0 (examples): Some progress with 'MeshJoin' app.
Leszek Koltunski
12:50 PM Revision 1e672c1d (library): Change 'tag' to a more appropriate name - 'association'.
Leszek Koltunski
10:30 AM Revision bc208a9c (library): Introduce 'tags' (soon to be renamed to 'associations') to Mesh and VertexEffect.
A 'tag' is a way to associate a Vertex Effect only to a subgroup of a given Mesh's vertices (more precisely, only to ... Leszek Koltunski

05/21/2020

11:32 AM Revision 535a45bc (library): Fix licenses :)
Leszek Koltunski

05/20/2020

02:43 PM Revision e54bfada (library): Have VERTEX_QUATERNION, VERTEX_ROTATE and VERTEX_SHEAR modify inflate vectors.
Split Vertex attribute array into two (the one modified by preapply effects and the one not) Leszek Koltunski
11:05 AM Revision ceed2df6 (library): Change abortAll to removeAll in effectQueues (for consistency)
Remove all pre-effects from the component queues when they are not used anymore. Leszek Koltunski
09:30 AM Revision 63c628a1 (examples): Bugfix for Predeform app.
Leszek Koltunski

05/19/2020

08:01 PM Revision 667884b0 (library): Speedup for preapply
Leszek Koltunski
06:08 PM Revision 641ea00c (examples): 1 more fix for the Predefrom app and preapplying Vertex Effects to a 1-component Mesh works :)
Leszek Koltunski
03:08 PM Revision 342a6773 (library): 1 more fix for MeshBase.apply(VertexEffect). This still does not (fully) work though.
Leszek Koltunski
02:43 PM Revision b5be333a (library): 3 fixes for MeshBase.apply(VertexEffect).
This still does not work though. Leszek Koltunski

05/18/2020

09:22 PM Revision cbd502ec (library): Progress with the Predeform app; deepCopy for the Meshes; various fixes.
Leszek Koltunski
09:22 PM Revision e6129574 (examples): Progress with the Predeform app; deepCopy for the Meshes; various fixes.
Leszek Koltunski
01:30 PM Revision c1f047b9 (examples): Progress with the Predeform app.
Leszek Koltunski

05/17/2020

11:46 PM Revision 9df01f21 (examples): Progress with Predeform: UI for the list of Vertex effects to preapply.
Leszek Koltunski
09:04 PM Revision 4b7c432e (examples): Progress (?) with Predeform: give up trying to render the Mesh in Activity1.
Leszek Koltunski
09:04 PM Revision f0604575 (library): Progress (?) with Predeform: give up trying to render the Mesh in Activity1.
Leszek Koltunski

05/16/2020

12:34 AM Revision 0dc8ffef (examples): Progress with Predeform.
Leszek Koltunski
08:51 PM Revision 59835a0a (examples): Beginnings of a new 'Predeform' app which tests pre-applying a queue of Vertex Effects to a (single?) Mesh.
So far just a copy of Inflate app. Leszek Koltunski
07:56 PM Revision cdd71ce7 (examples): Minor
Leszek Koltunski
07:54 PM Revision f046b159 (library): First attempt at the MeshBase.apply(VertexEffect) API.
Leszek Koltunski

05/08/2020

12:23 AM Revision 5601cfa6 (examples): Convert the last app, EffectQueue, to stretchless API.
Leszek Koltunski
11:13 PM Revision 0a57f222 (examples): Minor.
Leszek Koltunski
11:03 PM Revision 277eddbb (library): Remove the MeshBase.{set/get}Stretch API altogether.
Leszek Koltunski
10:52 PM Revision b1fca44e (examples): Convert Generic to stretchless API.
Leszek Koltunski

05/07/2020

01:14 AM Revision 75cc1461 (examples): Improve Generic.
Leszek Koltunski
01:07 AM Revision 61420934 (examples): Prepare Generic for the stretchless API.
Leszek Koltunski
12:38 AM Revision f94110ca (examples): Convert Mirror to stretchless API.
Leszek Koltunski
12:20 AM Revision 5c3b92c4 (examples): Convert DifferentBitmaps to stretchless API.
Leszek Koltunski
12:08 AM Revision 9930cd43 (examples): Convert Check to stretchless API.
Leszek Koltunski
11:59 PM Revision 051f00eb (examples): Convert Glow to stretchless API.
Leszek Koltunski
11:53 PM Revision e8bf2663 (examples): Convert Save to stretchless API.
Leszek Koltunski
09:30 PM Revision 19e77994 (library): Fix for a crash when exiting an app:
Activity.onPause() -> MessageSender.stopSending sets mThis to null, then a last message gets sent and a crash in newM... Leszek Koltunski

05/06/2020

12:02 AM Revision 5d7e316e (examples): Convert SurfaceView to stretchless API.
Leszek Koltunski
 

Also available in: Atom