Activity
From 08/11/2016 to 09/09/2016
08/31/2016
08/30/2016
- 04:55 PM Revision 815869cb (library): Vertex positions fully 3D now. Remaining: normals!
- 04:29 PM Revision f4e44230 (examples): Preparation to make the WAVE effect fully 3D
- 04:29 PM Revision 02ef26bc (library): Preparation to make the WAVE effect fully 3D
08/29/2016
- 09:34 PM Revision 6ddda212 (library): Adjustments for EffectQueueVertex.postprocess()
- 06:32 PM Revision 9b82becd (library): Improvements for WAVE
- 04:51 PM Revision 30e77a6c (examples): Beginnings of the WAVE effect.
- 04:51 PM Revision 4fde55a0 (library): Beginnings of the WAVE effect.
08/24/2016
- 09:31 PM Revision 9f5eba09 (examples): 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 fro...
- 09:31 PM Revision 20af7b69 (library): 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 fro...
08/22/2016
- 11:15 AM Revision 889a962e (examples): Fixes for fragment effects in Effects3D.
- 11:15 AM Revision e4878781 (library): Fixes for fragment effects in Effects3D.
08/21/2016
- 08:22 PM Revision 47833473 (examples): Slight improvement for Effects3D
- 07:54 PM Revision 76a81b6a (examples): Combine Fragment3D and Vertex3D apps into one.
08/11/2016
- 10:41 PM Revision 77fcb24d (library): Fix for Bug #17: Regions of Fragment Effects migrate.
- Fix is: don't send vertex position and the Fragment Effect region to the fragment shader already multiplied by the Mo...
Also available in: Atom