Texture 3D Format
Assets
Texture 3D Format is a ProtoFlux node that returns some of the MetaData associated with a StaticTexture3D Component.
Inputs
Texture (IAsset`1<Texture3D>)
The texture to read the metadata for.
Outputs
Size (int3)
The size of the texture in pixels.
Format (TextureFormat)
The TextureFormat the texture is in.
MipMapCount (int)
How many mipmap levels this texture has.
Examples
-
Example of a Texture3D Format being used in a larger example code reading 3D and 2D textures.