Project

General

Profile

Statistics
| Branch: | Revision:

examples / src / main / java / org / distorted / examples / effects3d @ 4f8ca8ff

# Date Author Comment
4f8ca8ff 11/04/2016 11:20 AM Leszek Koltunski

Tidy up the '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.

9758b1ec 10/16/2016 10:27 PM Leszek Koltunski

Correct one more issue with computation of WAVE.

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.

47833473 08/21/2016 08:22 PM Leszek Koltunski

Slight improvement for Effects3D

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

Combine Fragment3D and Vertex3D apps into one.

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

Rename Effects3D to Matrix3D

59bbb86a 06/21/2016 01:02 PM Leszek Koltunski

- Javadoc for EffectNames
- make Matrix effects consistent with the rest (center of effect as last parameter!)
- bugfix for yesterday's bugfix (we only want to send 'EFFECT_REMOVED' messages if it was really the Application that called 'abortAll' and not when we are cleaning up everything)

7589635e 06/16/2016 12:44 AM Leszek Koltunski

Major push towards simplifying DistortedObject's public API.
All MATRIX effects are using the new API - the 'DataND' marker interfaces.

08eabc44 06/15/2016 12:05 PM Leszek Koltunski

move data types, like FlatND and InterpolatorND, to a separate package.

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

Add License

a8c3ada7 06/10/2016 11:30 AM Leszek Koltunski

Improve aborting Effects.

95593730 06/10/2016 01:03 AM Leszek Koltunski

Introduce ENUM EffectTypes

89a0d841 06/09/2016 01:14 AM Leszek Koltunski

Beginnings of support for PostShader effects (SavePNG, SaveMP4)

ed1c0b33 06/02/2016 03:47 PM Leszek Koltunski

Switch to sending a Context (rather than a GLSurfaceView) to the library.

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

Initial commit