- 16 Feb, 2015 1 commit
-
-
Hossain Mahmud authored
Conflicts: application/gui/mainwindow.cpp
-
- 08 Jan, 2015 1 commit
-
-
Christian Schulte zu Berge authored
* Added modules/modulesapi.h with CAMPVIS_MODULES_API definition (MSVC __declspec switch) * Updated modules/CMakeLists.txt to allow shared build * Added CAMPVIS_MODULES_API to every non-templated class definition in campvis-modules
-
- 24 Oct, 2014 1 commit
-
-
Christian Schulte zu Berge authored
Further work on refactoring the camera API. Added proof-of-concept implementation into VolumeRenderer and VolumeExplorer: refs #141
-
- 23 Oct, 2014 2 commits
-
-
Christian Schulte zu Berge authored
refs #386
-
Christian Schulte zu Berge authored
refs #386
-
- 22 Oct, 2014 1 commit
-
-
Christian Schulte zu Berge authored
* Replaced two assertions in PointPredicateHistogramProperty with ifs and LERRORs. * Minor adjustments in IvusTcDemo.
-
- 08 Aug, 2014 2 commits
-
-
Christian Schulte zu Berge authored
The VolumeExplorer has now an additional property defining which view is shown in the big section (and which in the three small sections). Hence, now it is also possible to show one of the slice views in large and have the volume rendering in small.
-
Christian Schulte zu Berge authored
To better support sharing the functionality of slice rendering, the SliceExtractor processor was refactored: Similar to the RaycastingProcessor, the main functionality was moved to an abstract base class, the SliceRenderProcessor. This takes care of computing all the necessary transformation matrices, optionally rendering crosshair and integrating geometry, as well as handling user input to support scribbling. The actual SliceExtractor processor now only implements the rendering of the slice itself, i.e. applying the transfer function. In this regard, VolumeExplorer was updated to use the generic SliceRenderProcessor, and TransFuncWindowingEventListener supports changing of its assigned property.
-
- 05 May, 2014 1 commit
-
-
Christian Schulte zu Berge authored
-
- 04 Apr, 2014 1 commit
-
-
Christian Schulte zu Berge authored
* Introducing SliceExtractor::onEvent() to handle mouse events and generate point scribbles from it, which are then published using the s_scribblePainted signal * Implemented SliceExtractor being able to render geometry in the slice space (with correct clipping) * Implemented creating and handling of scribbles in VolumeExplorer in cooperation with the SliceExtractor. Therefore, mouse events are passed to the SliceExtractor, the VolumeExplorer takes care of assembling the scribbles into proper geometry, which is finally rendered by the SliceExtractor. The scribbling can be optionally turned on using the VolumeExplorer::p_enableSclibbling property.
-
- 13 Feb, 2014 1 commit
-
-
Christian Schulte zu Berge authored
* Fixed orientation of XY-slice (flipped along Y axis) * Implemented background for raycasting result * Fixed sum for volume rendering integral evaluation in simpleraycaster.frag
-
- 13 Jan, 2014 1 commit
-
-
Christian Schulte zu Berge authored
* RaycastingProcessor now has the p_targetImageID property and optionally uses a custom GLSL version for the shader * Introducing PropertyCollection::getNestedProperty allowing to get nested properties with a single method call * Fixed StringUtils::split() methods being broken with multi-character delimiters
-
- 08 Jan, 2014 1 commit
-
-
Christian Schulte zu Berge authored
Refactoring AbstractProcessor::process() for clearer semantics and better and more uniform handling of invalidation levels: * AbstractProcessor::process() now calls updateShader(), updateProperties() and/or updateResult() with respect to the current invalidation level * each processor shall no longer override process() but the updateXYZ() methods, at minimum updateResult() * AbstractProcessor::process() takes care of (un)locking the processor itself (no need to do this from the outside anymore) Further implicit changes: * Removed redundant HasPropertyCollection::updateProperties()
-
- 13 Dec, 2013 1 commit
-
-
Christian Schulte zu Berge authored
* Moving to Apache 2.0 license * Updated AUTHORS.txt
-
- 15 Oct, 2013 2 commits
-
-
Sebastian Pölsterl authored
-
Sebastian Pölsterl authored
Fixes -Wignored-qualifiers
-
- 11 Oct, 2013 1 commit
-
-
Christian Schulte zu Berge authored
-
- 27 Sep, 2013 1 commit
-
-
Christian Schulte zu Berge authored
introducing AbstractProcessor::updateProperties(DataContainer&) which is automatically called by AbstractPipeline when a processor invalidates its INVALID_PROPERTIES flag
-
- 24 Sep, 2013 2 commits
-
-
Christian Schulte zu Berge authored
work on #135: changed VisualizationProcessor::_renderTargetSize to pointer and introducing VisualizationProcessor::setViewportSizeProperty()
-
Christian Schulte zu Berge authored
Revised event handling system: Got rid of campvis::AbstractEventHandler and replaced with functionality of tgt::EventListener and tgt::EventHandler
-
- 23 Sep, 2013 1 commit
-
-
Christian Schulte zu Berge authored
-
- 18 Sep, 2013 1 commit
-
-
Christian Schulte zu Berge authored
-
- 17 Sep, 2013 1 commit
-
-
Christian Schulte zu Berge authored
-
- 21 Jun, 2013 1 commit
-
-
schultezub authored
some minor fixes git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@504 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 28 May, 2013 1 commit
-
-
schultezub authored
* minor changes git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@499 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 04 May, 2013 1 commit
-
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@487 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 27 Apr, 2013 1 commit
-
-
schultezub authored
* fixed DataNameProperty not updating shared properties when being notified git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@485 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 12 Feb, 2013 1 commit
-
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@470 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 04 Nov, 2012 1 commit
-
-
schultezub authored
* added AbstractPipeline::addProcessor() and VisualizationPipeline::addEventHandler() convenience methods * some refactoring of property names git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@344 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 02 Nov, 2012 2 commits
-
-
schultezub authored
The modules package is now itsself modular. Every subdirectory in modules/ builds its own submodule that can be individually switched on and off. Therefore each submodule needs its own submodule.cmake file to specify the build targets etc. This is neat! git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@340 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@338 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 31 Oct, 2012 1 commit
-
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@335 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 26 Oct, 2012 1 commit
-
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@326 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 14 Sep, 2012 1 commit
-
-
schultezub authored
* added hard shadows to SimpleRaycaster git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@302 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 13 Sep, 2012 1 commit
-
-
schultezub authored
* introducing DepthDarkening processor git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@301 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 05 Sep, 2012 1 commit
-
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@284 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 04 Sep, 2012 1 commit
-
-
schultezub authored
* introducing geometryrenderer.cpp * updated DVRVis pipeline and various processors git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@283 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 03 Sep, 2012 1 commit
-
-
schultezub authored
* introducing ProxyGeometryGenerator * updated DVRVis * updated TumVisApplication to check for OpenGL and GLSL 3.3 git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@276 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 29 Aug, 2012 1 commit
-
-
schultezub authored
* introducing new TUMVis::QuadRenderer using VAO/VBOs * started upgrading shaders to GLSL 3.30 git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@271 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 10 Aug, 2012 1 commit
-
-
schultezub authored
* added update_legal_header.py script for updating the legal header in all code files of the project * ran the file => all TUMVis source files now contain the legal header git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@231 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-