Project

General

Profile

Revision:

Revisions

# Date Author Comment
807775b9 10/18/2016 02:34 PM Leszek Koltunski

New constructor to DistortedCubes - easily create a hole-less Cuboid.

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

Beginnings of a new example app - a waving flag.

No actual waving yet!

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.

e0252f08 10/09/2016 10:42 PM Leszek Koltunski

Shades of the WAVE effect (almost!) working.

5eb95531 09/15/2016 09:36 PM Leszek Koltunski

Fix the 'PlainMonaLisa' to be able to run in the Emulator as well (before ELG Context creation would fail)

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.

9f5eba09 08/24/2016 09:31 PM Leszek Koltunski

Correct an important bug in the vertex shader.

b = 1/a if a!=0, 1 otherwise was incorrectly computed as b = 1.0 / (a+1.0-sign(a)). This, when 0<a<2^-24, suffers from 'round-off error': then a+1.0 = 1.0 (sic!) thus b = 1/0 !.

Correct way: b = 1.0 / ( a - (sign(a)-1.0) )

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.

63fc1eaf 08/09/2016 02:22 PM Leszek Koltunski

Remove the MACROBLOCK Effect altogether.

66466936 08/09/2016 02:12 PM Leszek Koltunski

Fix the 'Fragment3D' app

70d7a31f 08/09/2016 02:07 PM Leszek Koltunski

Fix the 'FBO' app

bdfec906 08/09/2016 02:04 PM Leszek Koltunski

Fix the 'Effects2D' app

c1ca7c3d 08/09/2016 01:57 PM Leszek Koltunski

Fix the 'Different Effects' app

4348b52e 08/09/2016 01:52 PM Leszek Koltunski

Fix the 'Moving Effects' app

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

Fix the 'Macroblock' app.

8ff32d4d 08/09/2016 12:11 PM Leszek Koltunski

Finally fix the 'when rendering though an FBO, the other side of triangles is visible'

3c28857f 08/07/2016 10:50 PM Leszek Koltunski

Fix the 1x1 case! Before it used to be impossible to create a DistortedBitmap just with 2 triangles!

c7a860f9 07/25/2016 10:27 PM Leszek Koltunski

Minor stuff - make the Bitmaps and the Cubes agree on the size of the grid, mostly.

8fd9f5fa 07/15/2016 11:53 PM Leszek Koltunski

Vertex3D: make the Activity independent of Effects

24991bc2 07/15/2016 11:22 PM Leszek Koltunski

Vertex3D: app finished!

(751-775/852) Per page: 25, 50, 100

Also available in: Atom