Skip to main content

AVxcelerate Asset Preparation API 2023 R2

asset_preparation::v1::material::SpecularProperties Struct Reference

Last update: 16.07.2025

The specular properties of a material. More...

Collaboration diagram for asset_preparation::v1::material::SpecularProperties:

Public Attributes

Rgb color_rgb = 1
 
Hsv color_hsv = 2
 
SpecularTexture texture = 3
 

Detailed Description

The specular properties of a material.

Member Data Documentation

◆ color_hsv

Hsv asset_preparation::v1::material::SpecularProperties::color_hsv = 2

ONEOF(contribution) Specular based on an HSV color.

◆ color_rgb

Rgb asset_preparation::v1::material::SpecularProperties::color_rgb = 1

ONEOF(contribution) Specular based on a RGB color.

◆ texture

SpecularTexture asset_preparation::v1::material::SpecularProperties::texture = 3

ONEOF(contribution) Specular based on a specular map file.

Note
This is the default specular contribution type.

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

Connect with Ansys