Project

General

Profile

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

examples / src / main / java / org / distorted / examples / effects3d / Effects3DEffect.java @ 7054bb1d

# Date Author Comment
7054bb1d 01/11/2019 02:18 PM Leszek Koltunski

Fixes for some stuff discovered while making the Distort effect fully 3D:

- make MeshSphere's normal lengths be 1 (used to be 0.5)
- make the Effect3D app display precise values of the Center and Region vars.

b88ec561 01/03/2019 12:49 AM Leszek Koltunski

Progress with the Earth app.

1585ba24 01/02/2019 03:57 PM Leszek Koltunski

Make the Fragment effects truly 3D: change their 4D 'region' into a 3D 'center' (a point in 3D) and 3D 'region' (which is now a set of 3 radii defining an ellipsoid around the center)

Also corresponding changes to the applications.

9e7b6dbd 12/30/2018 01:37 AM Leszek Koltunski

Redefine the Vertex Region from (x,y,r,unused) to (x,y,z,r). This takes into account the 'Z', which makes it possible to warp only one side of a 3D Mesh like Sphere.

Also corresponding changes in applications.

6c548f65 12/12/2018 12:11 AM Leszek Koltunski

Minor cleanups.

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

Progress with Effects3D app - merge Matrix effects

d9c55dbe 08/01/2018 03:04 PM Leszek Koltunski

Progress with Effects3D app.

3b1e9c7e 07/31/2018 03:27 PM Leszek Koltunski

Progress with Effects3D app.

06c636a5 07/30/2018 02:49 PM Leszek Koltunski

More progress with Effects3D app.

348dbeea 07/30/2018 01:36 PM Leszek Koltunski

Split the Effects3D app into 2 activities

fe7fe83e 07/29/2018 11:00 PM Leszek Koltunski

Overhaul of the Effects3D generic test app.

Still not perfect (the 'postprocess' tab does not work; things crash when we rotate)

e3eab072 06/28/2017 11:16 AM Leszek Koltunski

Simplify Statics.

2a261997 06/16/2017 03:30 PM Leszek Koltunski

Simplify Effect classes.

06366d12 06/12/2017 03:18 PM Leszek Koltunski

Progress with the last 2 APPs.

a418b421 06/12/2017 01:54 PM Leszek Koltunski

Progress with the last 2 APPs.

1f218177 06/12/2017 11:08 AM Leszek Koltunski

Further progress with Apps: 18 (out of 30) compile now.

01782e85 06/07/2017 05:18 PM Leszek Koltunski

Progress with support for Effect classes.

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

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

fce25d04 04/25/2017 11:06 PM Leszek Koltunski

Revert "Progress with the last 2 Apps: Effects3D and Wind (not done yet)"

This reverts commit 752c6b57bb227292e6c28438b955fcb892f7acc6.

752c6b57 04/25/2017 04:21 PM Leszek Koltunski

Progress with the last 2 Apps: Effects3D and Wind (not done yet)

98c04ab8 02/11/2017 11:02 PM Leszek Koltunski

Fix the Effects3D regression.

f338550a 02/10/2017 11:01 PM Leszek Koltunski

Some progress with fixing the efects3D regression. Not done yet.

6f3024ae 12/15/2016 10:50 PM Leszek Koltunski

Fix a lot of Lint warnings in the apps.

d04a4886 12/15/2016 04:02 PM Leszek Koltunski

Change of names.

40eef4b9 12/12/2016 11:47 PM Leszek Koltunski

Beginnings of split of DistortedObject into two separate classes: DistortedEffectQueues and DistortedTexture.

Still does not compile, but pushing already.

91786be2 11/24/2016 12:58 AM Leszek Koltunski

DEFORM: add support for Regions

7c8012ee 11/15/2016 11:22 AM Leszek Koltunski

Matrix3D: implement quaternion effect

7908dbc2 11/14/2016 10:50 PM Leszek Koltunski

New vertex effect 'PINCH'

334c13fa 11/14/2016 05:41 PM Leszek Koltunski

Make the effect Center be always 3D.

4d5b37fe 11/14/2016 04:05 PM Leszek Koltunski

Unify Effects3D and Matrix3D (still incomplete!)

c11a3a15 11/14/2016 02:40 PM Leszek Koltunski

Encode more info in the EfectNames enum.

fed00329 11/10/2016 11:00 PM Leszek Koltunski

Effects3D: can remove arbitrary effect

fa9053f5 11/10/2016 10:24 PM Leszek Koltunski

Progress with Effects3D

47093bfd 11/08/2016 11:52 PM Leszek Koltunski

Slight improvement to Effects3D

2f2f6176 10/18/2016 11:19 AM Leszek Koltunski

Make the WAVE effect 5D (extra parameter 'offset')

2e7c7abf 10/17/2016 03:04 PM Leszek Koltunski

swap the 2nd and the 3rd parameters in the WAVE effect and improve comments for the WAVE user API.

f4e44230 08/30/2016 04:29 PM Leszek Koltunski

Preparation to make the WAVE effect fully 3D

30e77a6c 08/29/2016 04:51 PM Leszek Koltunski

Beginnings of the WAVE effect.

889a962e 08/22/2016 11:15 AM Leszek Koltunski

Fixes for fragment effects in Effects3D.

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

Combine Fragment3D and Vertex3D apps into one.