Project

General

Profile

Statistics
| Branch: | Revision:

examples / src / main / java / org / distorted / examples / inflate @ 0339e04e

# Date Author Comment
61420934 05/08/2020 01:07 AM Leszek Koltunski

Prepare Generic for the stretchless API.

e3c87517 04/28/2020 11:28 AM Leszek Koltunski

Convert the first app, Inflate, to the new MeshBase.setStretch-less API ( use VertexEffectScale instead )

1a620f79 03/28/2020 01:05 AM Leszek Koltunski

Progress with Pretty Patterns.

ea9b68db 03/07/2020 01:05 AM Leszek Koltunski

Progress with MeshJoin app.
Fix rotating in some apps.

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

1535f677 02/27/2020 10:46 PM Leszek Koltunski

Minor.

83e0ca5e 02/27/2020 09:47 PM Leszek Koltunski

New Mesh 'Triangles' and updated Inflate & Generic apps to test it.

698ad0a8 02/26/2020 10:23 PM Leszek Koltunski

Move the Effects.setStretch to Meshbase.setStretch

687263cc 02/26/2020 03:52 PM Leszek Koltunski

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)

f3ca895f 02/21/2020 11:27 AM Leszek Koltunski

Rename MeshFlat MeshRectangles.

bcbd5b45 02/15/2020 01:02 AM Leszek Koltunski

Adjustment to Static's API.

dae661e9 05/12/2019 09:18 PM Leszek Koltunski

Invert the order of Matrix Effects. Now, just as in the other queues, the first matrix effect is actually the first to act on the object - not the other way around!

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'

16b22aab 03/20/2019 12:40 PM Leszek Koltunski

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

4db4e39b 03/14/2019 05:01 PM Leszek Koltunski

Improvements for texturing MeshCubes objects in two apps (in light of the recent change in default texture mapping)

a4d59c0b 01/04/2019 11:07 PM Leszek Koltunski

Massive: make the coordinate system agree with that of OpenGL (i.e. invert the Y axis).

296d2e73 01/01/2019 01:36 AM Leszek Koltunski

Advances with the Earth app - prepare it to checking if any FRAGMENT or VERTEX effect correctly works on a Sphere mesh.

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.

b424b062 12/18/2018 11:29 PM Leszek Koltunski

Make Matrix effects Rotate and Quaternion actually correct when it comes to the Z-axis. Also corresponding adjustments in apps.

222ea32f 12/18/2018 05:14 PM Leszek Koltunski

New texture showing the World (Mercator projection)

a886f1fc 12/17/2018 11:01 PM Leszek Koltunski

Do not let users choose a Mesh with cols or rows equal to 0.

0579fe3a 12/17/2018 07:57 PM Leszek Koltunski

Some fixes for Sphere; still not completely ok though.

24624a1a 12/17/2018 03:45 PM Leszek Koltunski

Add support for MeshSphere (add ability to display it in the 'Effects3D' and 'Inflate' apps).
Still a bit buggy!

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.