Skip to content

riccardolops/GodotVolumetricRendering

Repository files navigation

GodotVolumetricRendering

Volume rendering, implemented in Godot Engine.

This repository builds upon the work by Matias Lavik implementing the same volumetric rendering in Godot 4

Features

  • Direct volume rendering, using 1D transfer functions
  • Maximum intensity projection
  • Isosurface rendering, using 1D transfer functions
  • Support for SITK file formats:
    • DICOM support
    • NRRD support
    • NIFTII support
  • Lighting*
  • Transfer function editor*
  • Cubic sampling
  • Loading of RAW datasets
  • Complete transfer function editor

Features yet to be ported over

  • Cutout/clipping tools
  • Lighting camera dependent
  • 2D Transfer function

How to use

Download SimpleITK binaries for your platform using the "Download SITK" button.

Import your dataset in the scene using one of the import buttons.

You can change the VolumeRenderedObject properties in the inspector.

For an example of how to use the plugin, see SampleViewer.cs, used in the sample scene.

About

Volume rendering, implemented in Godot Engine.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages