[Opengeoscience-developers] OpenGeoscience branch, next, updated. 30e721f2711e03b9b87379d74713386b533e1215

Aashish Chaudhary aashish.chaudhary at kitware.com
Sat Mar 2 18:57:28 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, next has been updated
       via  30e721f2711e03b9b87379d74713386b533e1215 (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)
       via  b4f2f08e8217e7569f2314ba41c6c4c9f8ea9a7b (commit)
       via  6000f52716024a0ba6aa58e71690df1ea679e236 (commit)
       via  efc38cbc84c12d472ffb0030a4cd5208d6d6b1c0 (commit)
      from  2a4f06d0d783583533760483af4c21991db3f308 (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=30e721f2711e03b9b87379d74713386b533e1215
commit 30e721f2711e03b9b87379d74713386b533e1215
Merge: 2a4f06d a882e6b
Author:     Aashish Chaudhary <aashish.chaudhary at kitware.com>
AuthorDate: Sat Mar 2 18:57:09 2013 -0500
Commit:     Aashish Chaudhary <aashish.chaudhary at kitware.com>
CommitDate: Sat Mar 2 18:57:09 2013 -0500

    Merge remote-tracking branch 'origin/enhance_map_api' into next
    
    * origin/enhance_map_api:
      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
      Add examples for Websockets and MPI


-----------------------------------------------------------------------

Summary of changes:
 CMakeLists.txt                      |   16 ++-
 cpi.py                              |   20 ++
 ogs.py                              |   19 ++
 server.conf.in                      |   10 +
 web/index.html                      |   37 +++-
 web/lib/app.js                      |   26 ++-
 web/lib/geo/layer.js                |  138 ++++++++++-
 web/lib/geo/map.js                  |  154 +++++++------
 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             |  328 +++++++++++++++------------
 web/lib/vgl/shader.js               |  121 +++++-----
 web/lib/vgl/shaderProgram.js        |  319 +++++++++++++-------------
 web/lib/vgl/source.js               |    5 +-
 web/lib/vgl/texture.js              |  310 ++++++++++++-------------
 web/lib/vgl/uniform.js              |  219 +++++++++++--------
 web/lib/vgl/utils.js                |  172 ++++++++++++---
 web/lib/vgl/vertexAttribute.js      |   55 +++--
 websocket_chat.py                   |  120 ++++++++++
 websocket_pi.py                     |  145 ++++++++++++
 31 files changed, 2721 insertions(+), 1677 deletions(-)
 create mode 100755 cpi.py
 create mode 100644 web/lib/vgl/blend.js
 create mode 100644 websocket_chat.py
 create mode 100644 websocket_pi.py


hooks/post-receive
-- 
OpenGeoscience



More information about the Opengeoscience-developers mailing list