Skip to main content

AVxcelerate Asset Preparation API 2024 R1

asset_preparation::v2::material::DiffuseProperties Struct Reference

Last update: 16.07.2025

The diffuse properties of a material. More...

Collaboration diagram for asset_preparation::v2::material::DiffuseProperties:

Public Attributes

Rgb 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::v2::material::DiffuseProperties::color_hsv = 2

ONEOF(contribution) Diffuse based on an HSV color.

◆ color_rgb

Rgb asset_preparation::v2::material::DiffuseProperties::color_rgb = 1

ONEOF(contribution) Diffuse based on a RGB color.

◆ texture

DiffuseTexture asset_preparation::v2::material::DiffuseProperties::texture = 3

ONEOF(contribution) Diffuse based on a diffuse map file.

Note
This is the default diffuse contribution type.

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

Connect with Ansys