[Opengeoscience-developers] OpenGeoscience branch, m14001_cleanup_map, updated. 98236d7d4fc93f725f4d884c1470da3028382a2e
Aashish Chaudhary
aashish.chaudhary at kitware.com
Wed Mar 13 21:30:30 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, m14001_cleanup_map has been updated
via 98236d7d4fc93f725f4d884c1470da3028382a2e (commit)
via 6a1d7a91ad8876a178f40d975dce62de2dbe248d (commit)
via 5fa82e98f9a36f3d6873b3b91f0f0472e9d0be7d (commit)
from 8068123c2c2efcd115ee3d74724f2bbf71aa4f93 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://public.kitware.com/gitweb?p=OpenGeoscience/opengeoscience.git;a=commitdiff;h=98236d7d4fc93f725f4d884c1470da3028382a2e
commit 98236d7d4fc93f725f4d884c1470da3028382a2e
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date: Wed Mar 13 20:40:50 2013 -0400
Fixing documentation
web/lib/geo/command.js | 10 ++-
web/lib/geo/feature.js | 31 ++++---
web/lib/geo/latlng.js | 13 +--
web/lib/geo/layer.js | 46 +++------
web/lib/geo/map.js | 5 +-
web/lib/vgl/actor.js | 98 ++++++++++++-------
web/lib/vgl/blend.js | 41 +++++---
web/lib/vgl/boundingObject.js | 25 +++--
web/lib/vgl/camera.js | 64 +++++++-----
web/lib/vgl/command.js | 7 ++
web/lib/vgl/geomData.js | 191 ++++++++++++++++++-----------------
web/lib/vgl/groupNode.js | 14 ++-
web/lib/vgl/init.js | 10 +-
web/lib/vgl/interactorStyle.js | 7 ++
web/lib/vgl/mapper.js | 24 ++---
web/lib/vgl/material.js | 15 ++-
web/lib/vgl/materialAttribute.js | 22 +++--
web/lib/vgl/modelViewMatrixStack.js | 5 +-
web/lib/vgl/node.js | 27 ++---
web/lib/vgl/object.js | 20 ++--
web/lib/vgl/planeSource.js | 19 ++--
web/lib/vgl/pointSource.js | 19 ++--
web/lib/vgl/renderWindow.js | 31 ++++--
web/lib/vgl/renderer.js | 24 ++++-
web/lib/vgl/shader.js | 15 ++-
web/lib/vgl/shaderProgram.js | 29 ++++--
web/lib/vgl/source.js | 16 ++-
web/lib/vgl/texture.js | 17 ++--
web/lib/vgl/uniform.js | 9 +-
web/lib/vgl/utils.js | 78 ++++++++-------
web/lib/vgl/vertexAttribute.js | 15 ++-
web/lib/vgl/viewer.js | 20 ++++-
web/lib/vgl/visitor.js | 9 +-
33 files changed, 563 insertions(+), 413 deletions(-)
http://public.kitware.com/gitweb?p=OpenGeoscience/opengeoscience.git;a=commitdiff;h=6a1d7a91ad8876a178f40d975dce62de2dbe248d
commit 6a1d7a91ad8876a178f40d975dce62de2dbe248d
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date: Wed Mar 13 15:12:09 2013 -0400
Updated API to use events
CMakeLists.txt | 4 +++
web/lib/geo/command.js | 20 ++++++++++++++++
web/lib/geo/map.js | 12 +++------
web/lib/geo/mapInteractorStyle.js | 30 ++++++++++++++++---------
web/lib/vgl/command.js | 41 ++++++++++++++++++++++++++++++++++
web/lib/vgl/interactorStyle.js | 38 +++++++++++--------------------
web/lib/vgl/viewer.js | 44 +++++++++++++++++++++++++++++++++---
7 files changed, 142 insertions(+), 47 deletions(-)
http://public.kitware.com/gitweb?p=OpenGeoscience/opengeoscience.git;a=commitdiff;h=5fa82e98f9a36f3d6873b3b91f0f0472e9d0be7d
commit 5fa82e98f9a36f3d6873b3b91f0f0472e9d0be7d
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date: Wed Mar 13 02:11:47 2013 -0400
Style and documentation fixes
web/lib/vgl/renderer.js | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
Summary of changes:
CMakeLists.txt | 4 +
web/lib/geo/command.js | 26 +++++
web/lib/geo/feature.js | 31 ++++---
web/lib/geo/latlng.js | 13 +--
web/lib/geo/layer.js | 46 +++------
web/lib/geo/map.js | 17 ++--
web/lib/geo/mapInteractorStyle.js | 30 ++++--
web/lib/vgl/actor.js | 98 ++++++++++++-------
web/lib/vgl/blend.js | 41 +++++---
web/lib/vgl/boundingObject.js | 25 +++--
web/lib/vgl/camera.js | 64 +++++++-----
web/lib/vgl/command.js | 48 +++++++++
web/lib/vgl/geomData.js | 191 ++++++++++++++++++-----------------
web/lib/vgl/groupNode.js | 14 ++-
web/lib/vgl/init.js | 10 +-
web/lib/vgl/interactorStyle.js | 45 ++++-----
web/lib/vgl/mapper.js | 24 ++---
web/lib/vgl/material.js | 15 ++-
web/lib/vgl/materialAttribute.js | 22 +++--
web/lib/vgl/modelViewMatrixStack.js | 5 +-
web/lib/vgl/node.js | 27 ++---
web/lib/vgl/object.js | 20 ++--
web/lib/vgl/planeSource.js | 19 ++--
web/lib/vgl/pointSource.js | 19 ++--
web/lib/vgl/renderWindow.js | 31 ++++--
web/lib/vgl/renderer.js | 26 ++++-
web/lib/vgl/shader.js | 15 ++-
web/lib/vgl/shaderProgram.js | 29 ++++--
web/lib/vgl/source.js | 16 ++-
web/lib/vgl/texture.js | 17 ++--
web/lib/vgl/uniform.js | 9 +-
web/lib/vgl/utils.js | 78 ++++++++-------
web/lib/vgl/vertexAttribute.js | 15 ++-
web/lib/vgl/viewer.js | 64 +++++++++++-
web/lib/vgl/visitor.js | 9 +-
35 files changed, 705 insertions(+), 458 deletions(-)
create mode 100644 web/lib/geo/command.js
create mode 100644 web/lib/vgl/command.js
hooks/post-receive
--
OpenGeoscience
More information about the Opengeoscience-developers
mailing list