surface_material_type proprietà

surface_material_type proprietà

Ottiene e imposta il tipo di materiale che viene combinato con le proprietà di illuminazione per dare l’aspetto finale di una forma. Il valore predefinito è PresetMaterialType.WarmMatte.

Definizione:

@property
def surface_material_type(self):
    ...
@surface_material_type.setter
def surface_material_type(self, value):
    ...

Guarda anche