asset_preparation::v3::material::SpecularProperties Struct Reference Last update: 16.07.2025 The specular properties of a material. More... Collaboration diagram for asset_preparation::v3::material::SpecularProperties: [legend] Public AttributesRgb color_rgb = 1 Hsv color_hsv = 2 SpecularTexture texture = 3 Detailed Description The specular properties of a material. Member Data Documentation ◆ color_rgb Rgb asset_preparation::v3::material::SpecularProperties::color_rgb = 1 ONEOF(contribution) Specular based on a RGB color. ◆ color_hsv Hsv asset_preparation::v3::material::SpecularProperties::color_hsv = 2 ONEOF(contribution) Specular based on an HSV color. ◆ texture SpecularTexture asset_preparation::v3::material::SpecularProperties::texture = 3 ONEOF(contribution) Specular based on a specular map file. NoteThis is the default specular contribution type. The documentation for this struct was generated from the following file:material_description.proto