Texture3D

From Resonite Wiki
Revision as of 21:30, 19 October 2025 by AmasterAmaster (talk | contribs) (Created a central page for 3D Textures.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
File:3D Texture.png
A 3D Texture

A Texture3D is a volumetric asset that takes in multiple images or textures and stacks them together to form a volume or area of visual data.

Common Uses

3D Textures are useful for applications and cases where you want:

  • LUTs for image processing (post processing)
  • Spatial Variable data
  • Particle flow
  • Medical Applications (MRI, CT Scans, etc)

Importing

To import a Texture3D asset, check 3D Texture Import for details.

Technical Details

This is commonly constructed via 2D slices which are Static Texture 2Ds. These slices represent XY planes of incremental Z coordinates ranging from 0 to 1. This can either be packed into a single 2D image, or imported as multiple 2D images in a folder where each slice is alphabetically organized.

Examples

This article or section is a stub. You can help the Resonite wiki by expanding it.

See Also