Project

General

Profile

Statistics
| Branch: | Revision:

examples / src / main / java / org / distorted @ 7054bb1d

Name Size
  examples

Latest revisions

# 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.

676c14da 01/06/2019 11:15 PM Leszek Koltunski

Relax requirements on when we can call DistortedEffects.setMax().

Before this change one had to call it before creation of shaders and before any of the DistortedEffects classes got created.
This commit removes the second requirement so now with setMax it's just like with enabling effects: it's best done in onSurfaceCreated.

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).

edc4a0e4 01/04/2019 12:35 AM Leszek Koltunski

Make the Sink effect fully 3D.

823f63f7 01/03/2019 09:09 PM Leszek Koltunski

Correct the z-axis of the center of fragment effects (it was inverted)

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

Progress with the Earth app.

1833b023 01/03/2019 11:07 AM Leszek Koltunski

Progress with the Earth app.

e83350b4 01/03/2019 01:32 AM Leszek Koltunski

Progress with the Earth app.

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.

View revisions

Also available in: Atom