SoBumpMappingPropertytextureFormat Property |
Indicates if the specified bump map texture in SoTexture2 is a height map or a normal map.
Namespace: OIV.FXViz.NodesAssembly: OIV.FxViz (in OIV.FxViz.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic SoSFEnum<SoBumpMappingPropertyTextureFormats> textureFormat { get; }
Public ReadOnly Property textureFormat As SoSFEnum(Of SoBumpMappingPropertyTextureFormats)
Get
public:
property SoSFEnum<SoBumpMappingPropertyTextureFormats>^ textureFormat {
SoSFEnum<SoBumpMappingPropertyTextureFormats>^ get ();
}
member textureFormat : SoSFEnum<SoBumpMappingPropertyTextureFormats> with get
Property Value
Type:
SoSFEnumSoBumpMappingPropertyTextureFormats
Remarks
See Also