Releases: RWTHmediTEC/Carna
Releases · RWTHmediTEC/Carna
3.0.2
3.0.1
This release contains bug-fixes and small improvements on the helpers::VolumeGridHelper and presets::VolumeRenderingStage classes primarily:
- Fixed partitioning bug in
helpers::VolumeGridHelperthat caused odd texture sizes in some cases. - Fixed bug in
helpers::VolumeGridHelper::createNodethat caused wrong locations for tail segments. - Fixed bug in
presets::VolumeRenderingStagethat caused crashes when textures had no corresponding samplers, i.e. they were unused. presets::VolumeRenderingStage now suppresses artifacts that appear when rendering grids with many segments, e.g. 8×8×1 and more.- Moved
helpers::VolumeGridHelper::DEFAULT_MAX_SEGMENT_BYTESIZEtohelpers::VolumeGridHelperBase::DEFAULT_MAX_SEGMENT_BYTESIZE. - Moved
helpers::VolumeGridHelper::nativeResolutiontohelpers::VolumeGridHelperBase::nativeResolution.
3.0.0
2.5.1
2.5.0
Added:
base::model::SceneFactory::setMaximumAllowedSideLengthbase::model::SceneFactory::maximumAllowedSideLengthVolumeRenderings::DVR::DirectVolumeRendering::commitColorMapbase::qt::Display::setModulebase::qt::Display::hasModule
Fixes:
- The image returned by
OffscreenDisplay::framebufferis flipped properly now. - The
DefaultCameraclass behaves properly now when used with scenes of different physical dimensions.
Other changes:
- Dropped the
modelargument of theAxialPlaneControllerconstructor. - The
FlowLayout.his a public header file now. - The macro
CARNA_RELEASE_VERSIONhas been renamed toCARNA_PATCH_VERSION.