[Opengeoscience-developers] OpenGeoscience branch, bug_49_globe_rendering, created. 59e6e9562276ed44ecf8d7567d6605c6b76c7936
Aashish Chaudhary
aashish.chaudhary at kitware.com
Sat May 4 01:14:47 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, bug_49_globe_rendering has been created
at 59e6e9562276ed44ecf8d7567d6605c6b76c7936 (commit)
- Log -----------------------------------------------------------------
http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=59e6e9562276ed44ecf8d7567d6605c6b76c7936
commit 59e6e9562276ed44ecf8d7567d6605c6b76c7936
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date: Sat May 4 01:13:49 2013 -0400
Minor fixes
web/lib/geo/ellipsoid.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=bbef7977571a2f54b94a6f66816fed0f766b3c73
commit bbef7977571a2f54b94a6f66816fed0f766b3c73
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date: Sat May 4 01:04:34 2013 -0400
Fixed bounding box calculations
web/lib/vgl/camera.js | 2 +-
web/lib/vgl/geomData.js | 25 +++++++++++++++++--------
web/lib/vgl/renderer.js | 2 --
web/lib/vgl/testing/drawSphere.html | 15 ++++++---------
4 files changed, 24 insertions(+), 20 deletions(-)
http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=d63cfd1bf5fe64eae2574edc4752094241f4ba4a
commit d63cfd1bf5fe64eae2574edc4752094241f4ba4a
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date: Fri May 3 21:44:26 2013 -0400
Fixed various bugs related to wgs84 conversion
web/lib/geo/ellipsoid.js | 39 ++++++++++++++++---------------
web/lib/vgl/camera.js | 2 +-
web/lib/vgl/defaultValue.js | 4 ---
web/lib/vgl/freezeObject.js | 2 +-
web/lib/vgl/renderer.js | 2 +-
web/lib/vgl/testing/drawSphere.html | 42 +++++++++++++++++++++++++++-------
6 files changed, 56 insertions(+), 35 deletions(-)
http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=2a1849709b2ac9ba50eb38178483561323b0eb18
commit 2a1849709b2ac9ba50eb38178483561323b0eb18
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date: Wed May 1 12:49:32 2013 -0400
Various fixes related to ellipsoid
CMakeLists.txt | 4 +-
web/lib/geo/ellipsoid.js | 99 +++++++++++++++++++----------------
web/lib/vgl/geomData.js | 4 +-
web/lib/vgl/mapper.js | 2 +-
web/lib/vgl/testing/drawSphere.html | 35 ++++++++++++
5 files changed, 94 insertions(+), 50 deletions(-)
http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=9d47582ab90bbe141c68df5df4d21c80ac0384c7
commit 9d47582ab90bbe141c68df5df4d21c80ac0384c7
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date: Wed May 1 11:28:26 2013 -0400
Fixed bugs and added new files to build
CMakeLists.txt | 4 ++++
web/lib/geo/ellipsoid.js | 9 +++------
2 files changed, 7 insertions(+), 6 deletions(-)
http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=1b27b5fb4d544e29d1327198e49d426cb60abbf1
commit 1b27b5fb4d544e29d1327198e49d426cb60abbf1
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date: Tue Apr 30 21:44:18 2013 -0400
Adding modules for geographic transformations
web/lib/geo/ellipsoid.js | 147 +++++++++++++++++++++++++++++++++++++++++++
web/lib/vgl/defaultValue.js | 23 +++++++
2 files changed, 170 insertions(+), 0 deletions(-)
http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=ba75b62042a1bda4a4cc444f4b1d49ebc2a75253
commit ba75b62042a1bda4a4cc444f4b1d49ebc2a75253
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date: Tue Apr 30 21:00:50 2013 -0400
Added module to freeze JS object
web/lib/vgl/freezeObject.js | 23 +++++++++++++++++++++++
1 files changed, 23 insertions(+), 0 deletions(-)
http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=5966a476d42a60a091c4f3da131c8531d1e76e25
commit 5966a476d42a60a091c4f3da131c8531d1e76e25
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date: Tue Apr 30 19:36:47 2013 -0400
Fixed documentation
web/lib/geo/map.js | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=55123aba2d47a70a392e33af0ce9453b8c65cad5
commit 55123aba2d47a70a392e33af0ce9453b8c65cad5
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date: Tue Apr 30 19:32:09 2013 -0400
Added ability to interact with sphere
web/lib/geo/map.js | 26 +-------------------------
web/lib/vgl/testing/CMakeLists.txt | 1 +
web/lib/vgl/testing/drawSphere.html | 31 +++++++++++++------------------
web/lib/vgl/viewer.js | 21 +++++++++++++++++++++
4 files changed, 36 insertions(+), 43 deletions(-)
http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=cff09a663d1eb353c4dd31238b1e9003fe75bd46
commit cff09a663d1eb353c4dd31238b1e9003fe75bd46
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date: Tue Apr 30 19:12:26 2013 -0400
First pass on getting globe rendering
web/lib/vgl/testing/drawSphere.html | 73 +++++++++++++++++++++++++++++++++++
1 files changed, 73 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
hooks/post-receive
--
OpenGeoscience
More information about the Opengeoscience-developers
mailing list