PBR attribute name
Defines names for PBR attributes associated to A3DGraphMaterialData. More...
Macros | |
#define | kA3DPBRAttributeNameAlphaCutOff "AlphaCutOff" |
#define | kA3DPBRAttributeNameAlphaMode "AlphaMode" |
#define | kA3DPBRAttributeNameMetallicFactor "MetallicFactor" |
#define | kA3DPBRAttributeNameNormalTextureFactor "NormalTextureFactor" |
#define | kA3DPBRAttributeNameOcclusionTextureFactor "OcclusionTextureFactor" |
#define | kA3DPBRAttributeNameRoughnessFactor "RoughnessFactor" |
Detailed Description
Defines names for PBR attributes associated to A3DGraphMaterialData.
- Version
- 13.2
Macro Definition Documentation
◆ kA3DPBRAttributeNameAlphaCutOff
#define kA3DPBRAttributeNameAlphaCutOff "AlphaCutOff" |
Name of the alpha cut-off attribute (kA3DModellerAttributeTypeReal value).
◆ kA3DPBRAttributeNameAlphaMode
#define kA3DPBRAttributeNameAlphaMode "AlphaMode" |
Name of the alpha mode attribute. See Texture Applying Mode for the values.
◆ kA3DPBRAttributeNameMetallicFactor
#define kA3DPBRAttributeNameMetallicFactor "MetallicFactor" |
Name of the metallic factor attribute (kA3DModellerAttributeTypeReal value).
◆ kA3DPBRAttributeNameNormalTextureFactor
#define kA3DPBRAttributeNameNormalTextureFactor "NormalTextureFactor" |
Name of the normal texture factor attribute (kA3DModellerAttributeTypeReal value).
◆ kA3DPBRAttributeNameOcclusionTextureFactor
#define kA3DPBRAttributeNameOcclusionTextureFactor "OcclusionTextureFactor" |
Name of the occlusion texture factor attribute (kA3DModellerAttributeTypeReal value).
◆ kA3DPBRAttributeNameRoughnessFactor
#define kA3DPBRAttributeNameRoughnessFactor "RoughnessFactor" |
Name of the roughness factor attribute (kA3DModellerAttributeTypeReal value).