Enum SpatialMaterial.TextureParam

enum TextureParam : int { ... }

Enum members

NameDescription
textureAlbedo Texture specifying per-pixel color.
textureAmbientOcclusion Texture specifying per-pixel ambient occlusion value.
textureClearcoat Texture specifying per-pixel clearcoat value.
textureDepth Texture specifying per-pixel depth.
textureDetailAlbedo Texture specifying per-pixel detail color.
textureDetailMask Texture specifying per-pixel detail mask blending value.
textureDetailNormal Texture specifying per-pixel detail normal.
textureEmission Texture specifying per-pixel emission color.
textureFlowmap Texture specifying per-pixel flowmap direction for use with anisotropy.
textureMax Represents the size of the textureparam enum.
textureMetallic Texture specifying per-pixel metallic value.
textureNormal Texture specifying per-pixel normal vector.
textureRefraction Texture specifying per-pixel refraction strength.
textureRim Texture specifying per-pixel rim value.
textureRoughness Texture specifying per-pixel roughness value.
textureSubsurfaceScattering Texture specifying per-pixel subsurface scattering.
textureTransmission Texture specifying per-pixel transmission color.