Skip to content

Releases: RWTHmediTEC/Carna

3.0.2

25 Jul 13:20
Compare
Choose a tag to compare

Fixes support for Qt5 in tests and demo, plus adds Carna::base::MeshFactory::createFromSTL.

3.0.1

13 Apr 16:33
Compare
Choose a tag to compare

This release contains bug-fixes and small improvements on the helpers::VolumeGridHelper and presets::VolumeRenderingStage classes primarily:

  • Fixed partitioning bug in helpers::VolumeGridHelper that caused odd texture sizes in some cases.
  • Fixed bug in helpers::VolumeGridHelper::createNode that caused wrong locations for tail segments.
  • Fixed bug in presets::VolumeRenderingStage that 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_BYTESIZE to helpers::VolumeGridHelperBase::DEFAULT_MAX_SEGMENT_BYTESIZE.
  • Moved helpers::VolumeGridHelper::nativeResolution to helpers::VolumeGridHelperBase::nativeResolution.

3.0.0

07 Apr 17:28
Compare
Choose a tag to compare

The API has been refactored from scratch. Qt has been outsourced to CarnaQt project.

2.5.1

14 Jan 00:47
Compare
Choose a tag to compare

Only CMake files have been improved and tests have undergone some maintenance.

2.5.0

20 Dec 12:47
Compare
Choose a tag to compare

Added:

  • base::model::SceneFactory::setMaximumAllowedSideLength
  • base::model::SceneFactory::maximumAllowedSideLength
  • VolumeRenderings::DVR::DirectVolumeRendering::commitColorMap
  • base::qt::Display::setModule
  • base::qt::Display::hasModule

Fixes:

  • The image returned by OffscreenDisplay::framebuffer is flipped properly now.
  • The DefaultCamera class behaves properly now when used with scenes of different physical dimensions.

Other changes:

  • Dropped the model argument of the AxialPlaneController constructor.
  • The FlowLayout.h is a public header file now.
  • The macro CARNA_RELEASE_VERSION has been renamed to CARNA_PATCH_VERSION.