[Opengeoscience-developers] OpenGeoscience branch, colormap_rebased, created. 17b388c9273d95a2d9f7f323f5e0030576ee1e1d

Dave DeMarle dave.demarle at kitware.com
Thu May 9 14:31:36 EDT 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenGeoscience".

The branch, colormap_rebased has been created
        at  17b388c9273d95a2d9f7f323f5e0030576ee1e1d (commit)

- Log -----------------------------------------------------------------
http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=17b388c9273d95a2d9f7f323f5e0030576ee1e1d
commit 17b388c9273d95a2d9f7f323f5e0030576ee1e1d
Author: Dave DeMarle <dave.demarle at kitware.com>
Date:   Thu May 9 14:28:36 2013 -0400

    Add color map capability to vgl proper.
    
    The attribute storage mode detected by the geojsonreader now
    propagates to the geometryFeature, which creates the
    appropriate shader, with either a constant color, or interpolated
    colors, or interpolated values mapped through a lookup table.

 modules/ogsvtk.py            |    4 -
 modules/vtk_reader.py        |    1 +
 web/lib/geo/feature.js       |   13 +++-
 web/lib/vgl/geojsonReader.js |   38 +++++-----
 web/lib/vgl/texture.js       |    1 -
 web/lib/vgl/utils.js         |  176 +++++++++++++++++++++++++++++++++++++++++-
 web/lib/vgl/vtkUnpack.js     |    2 +-
 7 files changed, 207 insertions(+), 28 deletions(-)

http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=d093e15f6d80427657639a3805ac036ea73370a3
commit d093e15f6d80427657639a3805ac036ea73370a3
Author: Dave DeMarle <dave.demarle at kitware.com>
Date:   Tue Apr 30 09:31:22 2013 -0400

    add color map
    
    vtkgeojson writer now takes a flag that makes it produce no scalars,
      scalars mapped through lookuptable into rgb, or direct scalars.
    geojson reader now recognizes which one it is reading
    texture.js now has a lookupTable class which maps direct scalars
      on points through a table of colors
    ogsvtk.py now demonstrates using this to draw by interpolating
      scalars across triangles instead of colors.
    
    Conflicts:
    	geoweb.py

 geoweb.py                    |    5 +-
 modules/ogsvtk.py            |  523 +++++++++++++++++++++++++++++++++++-------
 web/lib/vgl/geojsonReader.js |  170 +++++++-------
 web/lib/vgl/texture.js       |  114 +++++++++-
 4 files changed, 640 insertions(+), 172 deletions(-)

http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=bfb441afdf3df8670582c50a3cdf44d2a0d5d00a
commit bfb441afdf3df8670582c50a3cdf44d2a0d5d00a
Author: Dave DeMarle <dave.demarle at kitware.com>
Date:   Thu Apr 18 16:49:40 2013 -0400

    restore rendering demonstrations/tests
    
    Updating these examples/tests to match the code restructuring that
    went on over the past few weeks.

 modules/ogsvtk.py |   26 +++++++++++++++-----------
 1 files changed, 15 insertions(+), 11 deletions(-)

-----------------------------------------------------------------------


hooks/post-receive
-- 
OpenGeoscience



More information about the Opengeoscience-developers mailing list