Home

Awesome

GodotVolumetricRendering

Volume rendering, implemented in Godot Engine.

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

<img src="Screenshots/example.gif" width="600x">

Features

Features yet to be ported over

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.