How do I create a ImageTexture3D from an image?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Macryc

Hi. I want to get a ImageTexture3D so that I can use it for density in volumetric fog.
How do I go about creating an ImageTexture3D? I’m interested in creating it from an image (or multiple images, imported) as well as from a generated noise.
Any tips?