Skip to content

Release 4

Compare
Choose a tag to compare
@mlavik1 mlavik1 released this 06 Jun 18:42
· 41 commits to master since this release

NOTE: The orientation of imported DICOM datasets will be different after upgrading. They should now have the Y axis increasing towards the head (no longer up-side-down).

New features

Asynchronous dataset import, with progress reporting (#151 #184)

Datasets can now be imported asynchronously in the background. See new "Async" methods in the importer factories.

In the editor, datasets are imported async by default.

Progress reporting has also been added to the importers.

image

Original PR by SitronX

Save datasets as Assets (#183)

You can now import datasets as assets, simply by dragging and dropping the files into the assets folder (single-file datasets only) or right clicking in the project hierarchy and selecting "Volume Rendering" -> "Import".
image

See dataset import documentation for more info.

Sphere cutout tool (#165)

You can now make sphere cutouts by using the newly added sphere cutout tool.

image

See cross section tools documentation for more info.

Original PR by SitronX

Complete documentation

The documentation has been updated. All features should now be documented. You can view the documentation here, or download the PDF version here. I recommend the markdown-version, which has links.

Other fixes and improvements

  • Fixed orientation and scale of DICOM and NRRD datasets (#170 #166)
  • Added buttons for rotating slice renderer view (#173)
  • Fixed bug with histogram compute shaders. Histograms should now be correct DICOM datasets (#196)
  • Add buttons for importing NRRD/NIFTI to RuntimeGUI
  • Optionally show downscale prompt for all datasets.
  • Fixed a buch of warnings.
  • Optimisation: Added early termination on zero alpha. Direct volume rendering will often be much faster now.
  • Removed back-to-front support (#178)