[Opengeoscience-developers] OpenGeoscience branch, master, updated. ec96a5d69d972437e3371e6eccf049e46675b4d1
Aashish Chaudhary
aashish.chaudhary at kitware.com
Mon Mar 4 13:26:53 EST 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, master has been updated
via ec96a5d69d972437e3371e6eccf049e46675b4d1 (commit)
via d6e0f37d6a191b930907c52de66138177776154d (commit)
via e8f1834140920aaebaa19f44f40957a673ba9581 (commit)
via 597c3cb5db990496edbbf33853d68109b2fd2f48 (commit)
via 4790a51068213c566f1d880e13ba9d3d890b1250 (commit)
via 3754f834428aa9a448156b1645cdef308effe881 (commit)
via a882e6b5d1094a76cdc340f3967f1f5966fb2241 (commit)
via 9230d31c46f8963d4f9a8bb8c3589769fc31d076 (commit)
via 93a69f52b63babe3e9642de2b7de5885f961ba6b (commit)
via ac5f6fe510bcb782ad39852048e4562440a5bf4b (commit)
via d1410c19b0c64d99e709ead16467e3466bd0b0e8 (commit)
via df4d6c04de3f0ba69968efd94ffafd5b459e40d9 (commit)
via 47c6fdc45819e689355385a5b95d15500fe6b333 (commit)
via d5d02452db746b4dccf15838bfdea8b5c95bb406 (commit)
via 2a9f3465e2f164b9e7cb848947d40e45fcd11a2b (commit)
via 1bc586ea2e6eb2e090671c0d5f2e4e00f807c7e5 (commit)
via c6e36c118843dd9f45c34564e664118585fc90d8 (commit)
via 18ff87b9f943a659be590098e2ac674161ccfcb4 (commit)
from b4f2f08e8217e7569f2314ba41c6c4c9f8ea9a7b (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=ec96a5d69d972437e3371e6eccf049e46675b4d1
commit ec96a5d69d972437e3371e6eccf049e46675b4d1
Merge: b4f2f08 d6e0f37
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
AuthorDate: Mon Mar 4 13:26:44 2013 -0500
Commit: Aashish Chaudhary <aashish.chaudhary at kitware.com>
CommitDate: Mon Mar 4 13:26:44 2013 -0500
Merge remote-tracking branch 'origin/enhance_map_api'
* origin/enhance_map_api:
Added missing files
Removed last bits of debug message
Fixed code style
Removed debug messages
Removed hard-coded width and height
Implementing the layer opacity function
Added slider to control opacity
Improving test interface
Some more fixes
Consistent code style
Some more improvements
Improving vgl code
Adding blend attribute
Various fixes to the get the layer api working
Fixing some more style
Updated renderer class to current syntax and style
Added support to feature layer to the map
-----------------------------------------------------------------------
Summary of changes:
CMakeLists.txt | 7 +-
web/index.html | 37 ++-
web/lib/app.js | 27 ++-
web/lib/geo/{layer.js => feature.js} | 71 +++---
web/lib/{vgl/object.js => geo/latlng.js} | 40 ++-
web/lib/geo/layer.js | 136 +++++++++-
web/lib/geo/map.js | 155 ++++++-----
web/lib/vgl/actor.js | 289 ++++++++++++---------
web/lib/vgl/blend.js | 97 +++++++
web/lib/vgl/boundingObject.js | 85 +++---
web/lib/vgl/camera.js | 428 ++++++++++++++++++------------
web/lib/vgl/geomData.js | 311 +++++++++++++---------
web/lib/vgl/groupNode.js | 170 ++++++------
web/lib/vgl/mapper.js | 259 ++++++++++---------
web/lib/vgl/material.js | 177 +++++++------
web/lib/vgl/materialAttribute.js | 72 +++---
web/lib/vgl/modelViewMatrixStack.js | 12 +-
web/lib/vgl/node.js | 226 +++++++++-------
web/lib/vgl/object.js | 35 ++-
web/lib/vgl/planeSource.js | 23 ++-
web/lib/vgl/renderer.js | 301 ++++++++++++---------
web/lib/vgl/shader.js | 121 +++++-----
web/lib/vgl/shaderProgram.js | 316 +++++++++++-----------
web/lib/vgl/source.js | 5 +-
web/lib/vgl/texture.js | 310 +++++++++++-----------
web/lib/vgl/uniform.js | 219 +++++++++-------
web/lib/vgl/utils.js | 209 +++++++++++----
web/lib/vgl/vertexAttribute.js | 55 ++--
28 files changed, 2450 insertions(+), 1743 deletions(-)
copy web/lib/geo/{layer.js => feature.js} (50%)
copy web/lib/{vgl/object.js => geo/latlng.js} (63%)
create mode 100644 web/lib/vgl/blend.js
hooks/post-receive
--
OpenGeoscience
More information about the Opengeoscience-developers
mailing list