Project

General

Profile

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

examples / src / main / java / org / distorted / examples / TableOfContents.java @ 90940caf

# Date Author Comment
90940caf 06/04/2020 11:57 PM Leszek Koltunski

Skeleton of the SingleMesh app.

fcb09e1f 06/04/2020 11:35 PM Leszek Koltunski

- fix Around the World (one effect failed to add)
- add DeferredJob icon

887e1853 05/31/2020 12:15 AM Leszek Koltunski

Skeleton of the new app: Deferred Jobs.

3c219720 05/30/2020 11:55 PM Leszek Koltunski

1. New icon for PreDeform app
2. Library: advances with DeferredMeshJobs

59835a0a 05/16/2020 08:51 PM Leszek Koltunski

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.

a71ef7f1 03/07/2020 11:14 PM Leszek Koltunski

Icons, details.

f209a803 03/03/2020 11:14 AM Leszek Koltunski

Convert Sink to not use the depreciated MeshBase.setStretch() API.

386fd702 02/28/2020 11:58 PM Leszek Koltunski

Merge branch 'empty-matrix-effects-in-the-center' into modern-empty-matrix-effects-in-the-center

508ee98f 02/28/2020 12:19 AM Leszek Koltunski

New API: MeshBase.join() and a skeleton of an App to test it.

71c8884f 05/03/2019 10:46 PM Leszek Koltunski

Correct the Legal notice.

e3900503 05/02/2019 10:41 PM Leszek Koltunski

Rename all the classes that are not exported to application to 'Internal'

bca41c80 04/07/2019 09:37 PM Leszek Koltunski

Improve the application list.

46b26cdc 03/20/2019 11:06 PM Leszek Koltunski

Rename the 'Effects3D' app files.

2ec2dc32 03/20/2019 10:48 PM Leszek Koltunski

Rename the 'Effects3D' app.

e52bd0c8 03/20/2019 01:17 PM Leszek Koltunski

Rename Effects3D to 'Generic'

0de83d97 03/20/2019 01:09 PM Leszek Koltunski

Fix several more apps for the 'center-of-matrix-effects-in-screen-center' change.

c523e2ea 03/14/2019 09:33 PM Leszek Koltunski

Improvements for the 'Rubik' app.

5b4a2d76 03/14/2019 03:25 PM Leszek Koltunski

1) new 'Rubik' app (skeleton)
2) MeshCubes: add support for custom texture mappings on each side (Rubik needs that!)

94a903e9 01/03/2019 11:19 AM Leszek Koltunski

Progress with the Earth app.

64558e4e 12/20/2018 12:19 AM Leszek Koltunski

Rename the old 'Cubes' app to 'Inflate' - this now combines the testing functionality of former 'Cubes' and 'Inflate' apps.
The old 'Inflate' in turn renamed to 'Earth' - here we are going to show an Earth rotating in space.

5ceea148 12/14/2018 04:50 PM Leszek Koltunski

- new icon for the GLOW app
- rename the BitmapTree app to ObjectTree

77a500b3 11/30/2018 02:28 PM Leszek Koltunski

Progress with Inflate (building block of postprocessing effects: the proper way of marking a halo around a Mesh)
'Inflate' app testing the machanism. MeshFlat appears to be working, now we only need to fill up the per-vertex Inflate vector in the MeshCubes.

65f622c1 08/06/2018 01:26 PM Leszek Koltunski

Progress with Effects3D app - merge Matrix effects

2a8ee748 07/26/2018 02:32 PM Leszek Koltunski

Progress with thr Glow effect - moving glow app looks ok now.

53d59408 06/02/2018 09:18 PM Leszek Koltunski

Remove the Mali app (it was a silly mistake!)

4f39a7d1 06/01/2018 08:41 PM Leszek Koltunski

Actually display the new Mali app.

3315386a 05/11/2018 03:17 PM Leszek Koltunski

OIT: correct depth

164a5c5f 05/11/2018 03:11 PM Leszek Koltunski

Postprocessing: dont crash when we fail to compile postprocessing programs

664a0e45 04/11/2018 10:56 PM Leszek Koltunski

New app checking Order Independent Transparency.

efc280af 04/06/2018 10:45 PM Leszek Koltunski

New 'PostprocessTree' app (unfinished)

80f37d1b 04/04/2018 02:01 PM Leszek Koltunski

New 'Triblur' testapp.

Shows that the Blur effect doesn't fully work (probably it is the 'blitWithDepth' function which needs to be corrected)

cb9d104d 06/28/2017 12:00 PM Leszek Koltunski

New 'Glow' app.

11298b49 06/28/2017 11:33 AM Leszek Koltunski

Rename the last 'Glow' app.

3c70973c 06/13/2017 12:04 PM Leszek Koltunski

Fix 'Bitmap Tree' APP. Now 28 out of 31 APPs work.

08602667 05/30/2017 12:17 PM Leszek Koltunski

Beginnings of the GLOW unit test.

32d08f39 05/12/2017 12:36 PM Leszek Koltunski

Beginnings of Stencil App.

0ab55f0c 05/11/2017 03:47 PM Leszek Koltunski

Use Transform Feedback to (optionally) display the Normal vectors.

6ce08079 05/05/2017 02:26 PM Leszek Koltunski

This commit (and reading the OpenGL ES 3.0 spec) pretty conclusively proves that, sadly, Nexus 4's Transform Feedback implementation is incomplete (doesn't work with GL_TRIANGLES primitiveMode)

baa47ae9 05/02/2017 02:12 PM Leszek Koltunski

Transform Feedback Example.

58059374 01/27/2017 09:42 PM Leszek Koltunski

Beginnings of the 'Multiblur' app.

43bda3db 01/07/2017 12:49 AM Leszek Koltunski

New 'Blur' App. Actual BLUR effect, of course, does not work.

03a2fd30 12/16/2016 02:12 PM Leszek Koltunski

First attempt at the 'Mirror' app.

10d53839 12/07/2016 11:58 PM Leszek Koltunski

Turn the former 'FOV' app into 'Projection' app that also checks the (x,y) the camera looks at.

7ba38011 11/11/2016 01:03 AM Leszek Koltunski

New app: Around The World (beginnings)

758303a3 11/07/2016 11:09 PM Leszek Koltunski

Rename Effects2D to EffectQueue

14122c52 11/04/2016 02:11 PM Leszek Koltunski

Beginnings of the 'Wind' app.

175f355d 10/18/2016 01:40 PM Leszek Koltunski

Beginnings of a new example app - a waving flag.

No actual waving yet!

76a81b6a 08/21/2016 07:54 PM Leszek Koltunski

Combine Fragment3D and Vertex3D apps into one.

f26ab2fd 08/09/2016 01:44 PM Leszek Koltunski

Fix the 'Macroblock' app.

df77c72c 07/04/2016 12:23 AM Leszek Koltunski

New Fragment3D app.

08f92d82 06/22/2016 03:42 PM Leszek Koltunski

Skeleton of the new App: Vertex3D. So far just a copy of Matrix3D.

db5d943e 06/22/2016 12:52 PM Leszek Koltunski

Rename Effects3D to Matrix3D

f9afbbf3 06/20/2016 04:35 PM Leszek Koltunski

Upgrade what used to be the 'Scratchpad' app; step 2: reorganize layout

e5424523 06/20/2016 12:09 PM Leszek Koltunski

Upgrade what used to be the 'Scratchpad' app; step 1: rename.

f988589e 06/18/2016 10:58 PM Leszek Koltunski

Further reduce the distortedObject's API - now only 26 methods, 1/4 of the 104 before the reorganization.

bc0a685b 06/14/2016 10:08 PM Leszek Koltunski

Add License

a2cb31e9 06/11/2016 12:38 AM Leszek Koltunski

Beginnings of support for the 'Save' app.

6ae6106e 06/08/2016 01:59 PM Leszek Koltunski

Icon & metadata

862fcd79 06/07/2016 11:03 PM Leszek Koltunski

New app: PlainMonaLisa (Mona Lisa rendered on plain SurfaceView)

5068fa06 05/25/2016 08:12 PM Leszek Koltunski

Initial commit