- 27 May, 2015 2 commits
-
-
Christian Schulte zu Berge authored
* Removed obsolete XInitThreads() from main function, since this is handled by Qt when constructing CampvisApplication.
-
Christian Schulte zu Berge authored
* Implemented the actual logic behind the automation mode property in TrackballCameraProvider * Added mouse wheel zoom support to cgt::Trackball * Renamed cgt::IHasCamera to cgt::AbstractCameraProxy closes #642
-
- 08 May, 2015 1 commit
-
-
Christian Schulte zu Berge authored
Fixed module CMake files not setting ThisModShaderDirectories correctly in case of multiple directories.
-
- 13 Apr, 2015 1 commit
-
-
Christian Schulte zu Berge authored
-
- 10 Apr, 2015 8 commits
-
-
Christian Schulte zu Berge authored
See merge request !116 closes #640 refs #641
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
refs #641
-
Christian Schulte zu Berge authored
Removed OpenGLGarbageCollector interface. All textures, buffers and FBOs are now deleted right away. This seems to improve the flickering issues, however they are still present. refs #640 refs #641
-
Christian Schulte zu Berge authored
See merge request !115 closes #382
-
Christian Schulte zu Berge authored
refs #382
-
Christian Schulte zu Berge authored
Fixed IndexedMeshGeometry::hasPickingInformation() returning wrong value and thus GeometryRenderer failing to render correctly on AMD GPUs. refs #382
-
Christian Schulte zu Berge authored
Apparently, glBindAttribLocation() does not work as planned with AMD GPUs. Therefore, all Shaders yielded black images. Replaced all attribute locations with hard-coded ones in the vertex shader and removed corresponding convenience function from cgt::Shader. refs #382
-
- 09 Apr, 2015 5 commits
-
-
Christian Schulte zu Berge authored
Added onDataContainerDataAdded overload to AbstractPipeline to set pipeline dirty when the render target image has changed. Rendering of multiple canvases at the same time still broken though. refs #641
-
Christian Schulte zu Berge authored
Cuda cm rebased See merge request !114
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
ConfidenceMapGenerator now supports alpha-beta filtering.
-
Christian Schulte zu Berge authored
-
- 01 Apr, 2015 2 commits
-
-
Christian Schulte zu Berge authored
Raycasterupdate please do check DRRRaycaster, after rabasing, it yields a white screen !! See merge request !113
-
Christian Schulte zu Berge authored
* Cleaned up unsused code * Fixed cppcheck issues * Fixed depth test issues during OrientationOverlay rendering (had glitches in combination with DRRRaycaster)
-
- 23 Mar, 2015 13 commits
-
-
Hossain Mahmud authored
-
Hossain Mahmud authored
-
Hossain Mahmud authored
-
Hossain Mahmud authored
-
Christian Schulte zu Berge authored
Fixed duplicate member in OptimizedRaycaster. Conflicts: modules/vis/processors/volumerenderer.cpp
-
Hossain Mahmud authored
-
Hossain Mahmud authored
-
Hossain Mahmud authored
-
Christian Schulte zu Berge authored
* Fixed signal issues in VolumeRenderer when updating the raycasting processor. * Fixed assertions in AutoEvaluationPipeline::onPropertyCollectionPropertyAdded() and AutoEvaluationPipeline::onPropertyCollectionPropertyRemoved(). Conflicts: modules/vis/processors/volumerenderer.cpp modules/vis/processors/volumerenderer.h
-
Hossain Mahmud authored
-
Christian Schulte zu Berge authored
Added AutoEvaluationPipeline also monitoring PropertyCollection's s_propertyAdded and s_propertyRemoved signals.
-
Hossain Mahmud authored
Conflicts: modules/vis/processors/volumerenderer.cpp modules/vis/processors/volumerenderer.h
-
Hossain Mahmud authored
Issue543: changing raycaster in volumeexplorer: added raycasterfactory, something is going wrong while replacing Conflicts: modules/vis/processors/drrraycaster.h modules/vis/processors/simpleraycaster.h Conflicts: modules/vis/processors/volumerenderer.cpp modules/vis/processors/volumerenderer.h
-
- 13 Mar, 2015 1 commit
-
-
Christian Schulte zu Berge authored
* Added TextureReaderTga::loadTextureArray(). * Added OrientationOverlay to VolumeRenderer.
-
- 23 Feb, 2015 1 commit
-
-
Christian Schulte zu Berge authored
-
- 18 Feb, 2015 6 commits
-
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
* Added stretch widget to PropertyCollectionWidget
-
Declara Denis authored
CudaConfidenceMapsDemo pipeline now has the feature to collect statistics about the computed frames. The statistics can be exported in CSV format to the clipboard.
-
Declara Denis authored
Label is now hidden by default for Button Properties which saves space for long button descriptions
-
Declara Denis authored
added support for fixed iteration count to ConfidenceMapsSolver again. It is now possible to chose wether to use a time budget or a fixed iteration count.
-