- 06 Feb, 2015 7 commits
-
-
Christian Schulte zu Berge authored
Introducing MultiVolumeMprRenderer processor, rendering a slice through up to 3 co-registered images at the same time. Updated NeuroDemo pipeline and implemented picking of MPR plane.
-
Christian Schulte zu Berge authored
* Fixed MSVC warning in mainwindow.cpp
-
Christian Schulte zu Berge authored
* Included VoxelHierarchyMapper for empty space skipping * Now can successfully render three volumes at the same time.
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
-
- 22 Jan, 2015 3 commits
-
-
Christian Schulte zu Berge authored
Adv raycaster See merge request !108
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
-
- 19 Jan, 2015 3 commits
-
-
Christian Schulte zu Berge authored
Who would have thought that active mip-mapping during rendering creates such artifacts...
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
-
- 16 Jan, 2015 3 commits
-
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
Replaced all occurrences of GL_POLYGON render mode with GL_TRIANGLE_FAN since GL_POLYGON is deprecated.
-
- 12 Jan, 2015 1 commit
-
-
Christian Schulte zu Berge authored
-
- 09 Jan, 2015 5 commits
-
-
Christian Schulte zu Berge authored
* Added nullptr check to sigslot::signal::processSignal() (workaround to improve stability even though it should be redundant)
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
Shared libs support See merge request !106
-
Christian Schulte zu Berge authored
-
- 08 Jan, 2015 2 commits
-
-
Christian Schulte zu Berge authored
* Disabled MSVC warnings when building freetype * Added support to copy ITK libraries
-
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
-
- 19 Dec, 2014 6 commits
-
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
Fontrendering See merge request !105
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
* Cleaned up FontAtlas and completed documentation * Cleaned up TextRenderer, added customizable font file, added exception handling * Added two OpenSource default fonts (FreeSans and Bitstream Vera Mono)
-
Christian Schulte zu Berge authored
* Introducing TextRenderer processor that renders a simple text using the FontAtlas * Introducing FontRenderingDemo pipeline
-
Christian Schulte zu Berge authored
* Added freetype2 as external library * Drafted FontAtlas class as simple interface to render text using OpenGL
-
- 17 Dec, 2014 6 commits
-
-
Christian Schulte zu Berge authored
Workflow support See merge request !104
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
Introducing workflowdemo module showing a demo implementation on how to use the CAMPVis workflow interface. refs #13
-
Christian Schulte zu Berge authored
* GenericImageReader now has a property for the target image ID * Removed all the different setters for the URL/target image ID, as you should use the corresponding properties directly.
-
Christian Schulte zu Berge authored
* Workflow stages now store the visibility of pipeline canvases * Extended PipelineFactory to also hold creator functions to create workflows * CampVisApplication now creates and initializes workflows when launched with "-w WorkflowName" parameter refs #13
-
- 16 Dec, 2014 2 commits
-
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
-
- 15 Dec, 2014 1 commit
-
-
Christian Schulte zu Berge authored
The WorkflowControllerWidget resides as new tab on the right-hand dock area of the main window and allows to interact with an AbstractWorkflow instance. refs #13
-
- 14 Dec, 2014 1 commit
-
-
Hossain Mahmud authored
-