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