Project

General

Profile

Revision:

Revisions

# Date Author Comment
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!

17600407 07/15/2016 10:07 PM Leszek Koltunski

Vertex3D: fix region size.

9167cfd4 07/15/2016 09:39 PM Leszek Koltunski

Vertex3D: Add the new 'Grid' bitmap option!

2c9c22df 07/15/2016 09:01 PM Leszek Koltunski

Vertex3D: Correct setting regions (correction!)

69942a83 07/15/2016 08:58 PM Leszek Koltunski

Vertex3D: Correct setting regions.

cb13d188 07/15/2016 02:01 PM Leszek Koltunski

Add the missing 'Region' resource.

9ae05f6c 07/13/2016 01:01 AM Leszek Koltunski

beginnings of support for drawing the Region in Vertex3D app.

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

Also available in: Atom