Skip to main content

AVxcelerate Asset Preparation API 2024 R2

asset_preparation::v3::material::SpecularTexture Struct Reference

Last update: 16.07.2025

Texture properties for specular contribution. More...

Public Attributes

google::protobuf::Int32Value map_identifier = 1
 
google::protobuf::Int32Value map_uv_channel = 2
 
google::protobuf::DoubleValue intensity = 3
 

Detailed Description

Texture properties for specular contribution.

Member Data Documentation

◆ map_identifier

google::protobuf::Int32Value asset_preparation::v3::material::SpecularTexture::map_identifier = 1

The identifier of the specular map referenced in the material.

Note
The specular map reference can be removed by setting the value '-1'.

◆ map_uv_channel

google::protobuf::Int32Value asset_preparation::v3::material::SpecularTexture::map_uv_channel = 2

The UV channel.

Note
Must be 1, 2, 3 or 4.
The default value is 1.

◆ intensity

google::protobuf::DoubleValue asset_preparation::v3::material::SpecularTexture::intensity = 3

The specular intensity.

Note
Must be a double in the range [0,200].
The default value is 100.
If the specular map is not defined, the intensity will be ignored.

The documentation for this struct was generated from the following file:
  • material_description.proto

Connect with Ansys