[Opengeoscience-developers] OpenGeoscience branch, bug4_implement_picking, created. c4d7136a7eef43c8f19dd228d7596556f8df572b
Aashish Chaudhary
aashish.chaudhary at kitware.com
Fri May 3 20:24:33 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, bug4_implement_picking has been created
at c4d7136a7eef43c8f19dd228d7596556f8df572b (commit)
- Log -----------------------------------------------------------------
http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=c4d7136a7eef43c8f19dd228d7596556f8df572b
commit c4d7136a7eef43c8f19dd228d7596556f8df572b
Merge: afa8c53 80a29e1
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date: Fri May 3 20:11:43 2013 -0400
Merge remote-tracking branch 'origin/wip_picking'
* origin/wip_picking:
Fixed merge
picking using actor BB. tested using drawTest1. Need more complex tests
Changed CMakeList to support old version of Uglify
restore rendering demonstrations/tests
tested picker with fixed BB. Need calculate BB of actors.
picker: half-way tested
Fixed build error for next
created picker class.
Fixed cmake to work with Uglify's last version. Fixed OGSVTK to use the geoweb
Fixed merged issue
Streaming data via websockets WIP
Initial commit testing data streaming
Restructured the code
.gitignore | 5 +-
CMakeLists.txt | 5 +-
experimental/mpi/child.py | 23 +++
experimental/mpi/master.py | 15 ++
geoweb.py | 2 -
modules/ogsvtk.py | 24 ++-
web/lib/geo/mapInteractorStyle.js | 8 +-
web/lib/vgl/picker.js | 132 ++++++++++++++
web/lib/vgl/renderer.js | 12 ++
web/lib/vgl/testing/drawTest1.html | 21 ++-
ws/__init__.py | 2 +
ws/chat.py | 120 +++++++++++++
ws/pi.py | 145 ++++++++++++++++
ws/stream.py | 335 ++++++++++++++++++++++++++++++++++++
ws/workers/cdmsProcess.py | 67 +++++++
ws/workers/cpi.py | 20 ++
16 files changed, 917 insertions(+), 19 deletions(-)
-----------------------------------------------------------------------
hooks/post-receive
--
OpenGeoscience
More information about the Opengeoscience-developers
mailing list