[Opengeoscience-developers] OpenGeoscience branch, colormap_rebased, created. 7c989c87ee7ba319f4cb16d68a2c1f17ead8d51f
Aashish Chaudhary
aashish.chaudhary at kitware.com
Fri May 10 09:10:29 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 7c989c87ee7ba319f4cb16d68a2c1f17ead8d51f (commit)
- Log -----------------------------------------------------------------
http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=7c989c87ee7ba319f4cb16d68a2c1f17ead8d51f
commit 7c989c87ee7ba319f4cb16d68a2c1f17ead8d51f
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=0111f724b6fd9cac159340726532c5478616ad45
commit 0111f724b6fd9cac159340726532c5478616ad45
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=0b73f0370cf8bd8aa5678c64ad99f6d27eb520fe
commit 0b73f0370cf8bd8aa5678c64ad99f6d27eb520fe
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