[Opengeoscience-developers] OpenGeoscience branch, m14001_cleanup_map, updated. c9e99eab858608073b2a47325b6cd41630dcb032
Aashish Chaudhary
aashish.chaudhary at kitware.com
Tue Mar 12 23:39:35 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 c9e99eab858608073b2a47325b6cd41630dcb032 (commit)
from 91fc874eaf1faa172b41e0d0611ca09ecf7b6ab1 (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=c9e99eab858608073b2a47325b6cd41630dcb032
commit c9e99eab858608073b2a47325b6cd41630dcb032
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date: Mon Mar 11 22:36:51 2013 -0400
First pass on adding render window and viewer for the vgl and map
CMakeLists.txt | 8 ++
web/lib/app.js | 18 ---
web/lib/geo/map.js | 212 ++++++------------------------------
web/lib/geo/mapInteractorStyle.js | 141 +++++++++++++++++++++++
web/lib/vgl/camera.js | 1 -
web/lib/vgl/interactorStyle.js | 66 +++++++++++
web/lib/vgl/renderWindow.js | 222 +++++++++++++++++++++++++++++++++++++
web/lib/vgl/renderer.js | 31 +++++-
web/lib/vgl/viewer.js | 73 ++++++++++++
9 files changed, 568 insertions(+), 204 deletions(-)
-----------------------------------------------------------------------
Summary of changes:
CMakeLists.txt | 8 ++
web/lib/app.js | 18 ---
web/lib/geo/map.js | 212 ++++++------------------------------
web/lib/geo/mapInteractorStyle.js | 141 +++++++++++++++++++++++
web/lib/vgl/camera.js | 1 -
web/lib/vgl/interactorStyle.js | 66 +++++++++++
web/lib/vgl/renderWindow.js | 222 +++++++++++++++++++++++++++++++++++++
web/lib/vgl/renderer.js | 31 +++++-
web/lib/vgl/viewer.js | 73 ++++++++++++
9 files changed, 568 insertions(+), 204 deletions(-)
create mode 100644 web/lib/geo/mapInteractorStyle.js
create mode 100644 web/lib/vgl/interactorStyle.js
create mode 100644 web/lib/vgl/renderWindow.js
create mode 100644 web/lib/vgl/viewer.js
hooks/post-receive
--
OpenGeoscience
More information about the Opengeoscience-developers
mailing list