- 10 Apr, 2015 1 commit
-
-
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
-
- 06 Feb, 2015 3 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
* Included VoxelHierarchyMapper for empty space skipping * Now can successfully render three volumes at the same time.
-
Christian Schulte zu Berge authored
-