An open API service indexing awesome lists of open source software.

https://github.com/pjbomb2/unofficial-basic-embergen-vdb-loader-for-unity

Basic VDB loader to load embergen vdb's into unity, paired with a basic small volume renderer
https://github.com/pjbomb2/unofficial-basic-embergen-vdb-loader-for-unity

embergen unity unity3d vdb volume-rendering

Last synced: about 1 year ago
JSON representation

Basic VDB loader to load embergen vdb's into unity, paired with a basic small volume renderer

Awesome Lists containing this project

README

          

# Unofficial-Basic-Embergen-VDB-Loader-for-Unity
# NOT OFFICIAL FROM EMBERGEN; just a utility I made to load them into unity and uploaded in case anyone else finds it useful
## If you like what I do and want to support me and this project(as this takes a LOT of my time), consider becoming a Github Sponsor!

Basic VDB loader to load embergen vdb's into unity, paired with a basic small realtime volume renderer

To load a single file, just drag it into the object field in the script of the MainCamera component

To load multiple files to be animated, drag a folder with vdb's in it into the object field

Press play and it will load and render the files(may take a bit)

Uses a lot of memory

Cannot load compressed files

## Example Images

![](/VolumeImages/1.png)
![](/VolumeImages/2.png)