Project

General

Profile

Activity

From 12/15/2018 to 01/13/2019

01/12/2019

04:24 PM Revision 50be8733 (library): Correct Distort.
Leszek Koltunski
04:24 PM Revision 1c1df934 (examples): Correct Distort.
Leszek Koltunski

01/11/2019

11:15 PM Revision 353f7580 (library): Make Distort truly 3D.
Leszek Koltunski
02:18 PM Revision 7054bb1d (examples): 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...
Leszek Koltunski
02:18 PM Revision 5dadaecd (library): 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...
Leszek Koltunski

01/06/2019

11:15 PM Revision 676c14da (examples): 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 c... Leszek Koltunski
11:15 PM Revision 1418a5eb (library): 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 c... Leszek Koltunski

01/04/2019

11:07 PM Revision 7bebb196 (library): Massive: make the coordinate system agree with that of OpenGL (i.e. invert the Y axis).
Leszek Koltunski
11:07 PM Revision a4d59c0b (examples): Massive: make the coordinate system agree with that of OpenGL (i.e. invert the Y axis).
Leszek Koltunski

01/03/2019

12:35 AM Revision 5e96393c (library): Make the Sink effect fully 3D.
Leszek Koltunski
12:35 AM Revision edc4a0e4 (examples): Make the Sink effect fully 3D.
Leszek Koltunski
09:09 PM Revision 823f63f7 (examples): Correct the z-axis of the center of fragment effects (it was inverted)
Leszek Koltunski
09:09 PM Revision 2fef9669 (library): Correct the z-axis of the center of fragment effects (it was inverted)
Leszek Koltunski
11:19 AM Revision 94a903e9 (examples): Progress with the Earth app.
Leszek Koltunski
11:07 AM Revision 1833b023 (examples): Progress with the Earth app.
Leszek Koltunski
01:32 AM Revision cbca11a3 (library): Progress with the Earth app.
Leszek Koltunski
01:32 AM Revision e83350b4 (examples): Progress with the Earth app.
Leszek Koltunski

01/02/2019

12:49 AM Revision b82a9ac9 (library): Progress with the Earth app.
Leszek Koltunski
12:49 AM Revision b88ec561 (examples): Progress with the Earth app.
Leszek Koltunski
03:57 PM Revision 1585ba24 (examples): 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. Leszek Koltunski
03:57 PM Revision b24e4719 (library): 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. Leszek Koltunski

01/01/2019

01:36 AM Revision 296d2e73 (examples): Advances with the Earth app - prepare it to checking if any FRAGMENT or VERTEX effect correctly works on a Sphere mesh.
Leszek Koltunski

12/30/2018

10:49 PM Revision 1f2cb152 (library): Further fixes for the new fully 3D vertex region.
Leszek Koltunski
01:37 AM Revision 4aa38649 (library): Redefine the Vertex Region from (x,y,r,unused) to (x,y,z,r). This takes into account the 'Z', which makes it possible to warp only one side of a 3D Mesh like Sphere.
Also corresponding changes in applications. Leszek Koltunski
01:37 AM Revision 9e7b6dbd (examples): Redefine the Vertex Region from (x,y,r,unused) to (x,y,z,r). This takes into account the 'Z', which makes it possible to warp only one side of a 3D Mesh like Sphere.
Also corresponding changes in applications. Leszek Koltunski

12/20/2018

12:15 AM Revision 31218706 (examples): Improve the world map.
Leszek Koltunski

12/19/2018

12:30 AM Revision 9814e53c (examples): Progress with the 'Earth' app.
Leszek Koltunski
12:19 AM Revision 64558e4e (examples): Rename the old 'Cubes' app to 'Inflate' - this now combines the testing functionality of former 'Cubes' and 'Inflate' apps.
The old 'Inflate' in turn renamed to 'Earth' - here we are going to show an Earth rotating in space. Leszek Koltunski
10:53 PM Revision ebe0476f (library): Simplify MeshSphere by deriving it not from a regular icosahedron (which has a problem of a wiggly seam line at the 'change of date' in the back of the sphere) but something that at the back has a straight vertical border between triangles: a diamond-like 16-faced solid.
Leszek Koltunski

12/18/2018

12:07 AM Feature #35 (Closed): New mesh: Sphere
Commit commit:efaeb2a1 hopefully fixes last issues. Closing. Leszek Koltunski
11:29 PM Revision b424b062 (examples): Make Matrix effects Rotate and Quaternion actually correct when it comes to the Z-axis. Also corresponding adjustments in apps.
Leszek Koltunski
11:29 PM Revision efaeb2a1 (library): Make Matrix effects Rotate and Quaternion actually correct when it comes to the Z-axis. Also corresponding adjustments in apps.
Leszek Koltunski
08:11 PM Revision 84f0c820 (examples): Sphere: map the texture a bit better around the seam and the poles.
Leszek Koltunski
08:11 PM Revision 085d4e11 (library): Sphere: map the texture a bit better around the seam and the poles.
Leszek Koltunski
05:14 PM Revision 222ea32f (examples): New texture showing the World (Mercator projection)
Leszek Koltunski
04:42 PM Revision b72b8a3b (library): Fix (hopefully the last!) probelm with texturing the Sphere: the seam in the back.
Leszek Koltunski

12/17/2018

11:01 PM Revision a886f1fc (examples): Do not let users choose a Mesh with cols or rows equal to 0.
Leszek Koltunski
10:30 PM Revision d8295106 (library): One more improvement with texturing the Sphere.
Still one problem with texturing remains. Leszek Koltunski
09:36 PM Revision bbc58eff (library): Further fix for the Sphere. Now hopefully only the texture mapping is wrong.
Leszek Koltunski
07:57 PM Revision 041f83a3 (library): Some fixes for Sphere; still not completely ok though.
Leszek Koltunski
07:57 PM Revision 0579fe3a (examples): Some fixes for Sphere; still not completely ok though.
Leszek Koltunski
03:48 PM Feature #35: New mesh: Sphere
Commit commit|89b93576 adds support for the Sphere and ability to display it (in Effects3D and Inflate apps).
Stil...
Leszek Koltunski
03:45 PM Revision 24624a1a (examples): Add support for MeshSphere (add ability to display it in the 'Effects3D' and 'Inflate' apps).
Still a bit buggy! Leszek Koltunski
03:45 PM Revision 89b93576 (library): Add support for MeshSphere (add ability to display it in the 'Effects3D' and 'Inflate' apps).
Still a bit buggy! Leszek Koltunski

12/16/2018

12:45 AM Feature #35 (In Progress): New mesh: Sphere
Leszek Koltunski
12:07 AM Revision ec0feaba (library): Minor.
Leszek Koltunski
12:01 AM Revision e1e94682 (library): New MeshQuad class.
Leszek Koltunski
 

Also available in: Atom