- 28 Nov, 2013 1 commit
-
-
Christian Schulte zu Berge authored
* added computation of difference image to SimilarityMeasure * fixed possible out of bounds access in datacontainerinspectorwidget.cpp * added assertions to ImageRepresentationGL constructor
-
- 19 Nov, 2013 1 commit
-
-
Christian Schulte zu Berge authored
* Adapted shaders to new texture formats
-
- 10 Jul, 2013 1 commit
-
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@511 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 10 Feb, 2013 1 commit
-
-
schultezub authored
* Fixed Issue #38: Made common GLSL header conform to the standards (no samplers in structs) * Fixed failing destruction of OpenGL buffers when destructing GeometryData from threads without OpenGL context * Fixed wrong pointers in GLContexts due to using this pointer of incompletely constructed class git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@463 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 14 Jan, 2013 1 commit
-
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@393 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 11 Jan, 2013 1 commit
-
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@390 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 2 commits
-
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@335 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@334 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
-
- 29 Aug, 2012 2 commits
-
-
schultezub authored
* fixed TargetType and UsageType of BufferObjects simplifying method signature * fix in CLRaycaster git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@272 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
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
-
- 08 Aug, 2012 1 commit
-
-
schultezub authored
* samplerXd.frag is now textureXd.frag * TextureParameters is now TextureXd and contains also the handle to the GLSL texture2d.frag * simplified getElementXd footprint: now only one texture parameter * adapted bind() methods of textures git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@220 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 25 Jul, 2012 1 commit
-
-
schultezub authored
* added AbstractTransferFunction and SimpleTransferFunction * added TransferFunctionProperty stub * added TF fragment shader include * SliceExtractor starts to use the new features git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@200 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 18 Jul, 2012 2 commits
-
-
schultezub authored
* fixed memory leak in ImageDataConverter * added usage of Shader::IgnoreUniformLocationError where reasonable * fixed shaders git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@189 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
schultezub authored
Major revisions to the class layout / data structure: * Introduced ImageDataConverter interface (still not really happy with the design) * Removed support for Int64 and double images from WeaklyTypedPointer * Added ImageDataGL::bind() * AbstractProcessor::init() method, gets called by AbstractPipeline::init() * added VisualizationProcessor Updated/New processors: * fixed MhdImageReader * SliceExtractor stub for very simple slice rendering Various fixes: * DataContaier: managing of DataHandle ownership * GenericImageDataLocal::getSubImage() * ImageDataRenderTarget bindings * GenericProperty * linking issues with StringUtils Hence, all this enables the first usable implementation of a specific pipeline: The SliceVis pipeline combines MhdImageReader and SliceExtractor for a very simple 2D slice rendering git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@188 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-