Kuesa Runtime

IroMatteMultMaterial Class

class Kuesa::IroMatteMultMaterial

Kuesa::IroMatteMultMaterial is a simple material in terms of rendering that perform lookups on a 2d map optionally blended with the per vertex color input and perform multiplicative color blending. More...

Header: #include <Kuesa/IroMatteMultMaterial>
Since: Kuesa 1.2
Instantiated By: IroMatteMultMaterial
Inherits: Kuesa::GLTF2Material

This class was introduced in Kuesa 1.2.

Properties

Public Functions

Kuesa::IroMatteMultProperties *materialProperties() const

Public Slots

void setMaterialProperties(Kuesa::GLTF2MaterialProperties *materialProperties)
void setMaterialProperties(Kuesa::IroMatteMultProperties *materialProperties)

Signals

void materialPropertiesChanged(Kuesa::IroMatteMultProperties *materialProperties)

Detailed Description

Property Documentation

materialProperties : Kuesa::IroMatteMultProperties*

The properties defining the appearance of the material.

This property was introduced in Kuesa 1.2.

Access functions:

Kuesa::IroMatteMultProperties *materialProperties() const
void setMaterialProperties(Kuesa::IroMatteMultProperties *materialProperties)
void setMaterialProperties(Kuesa::GLTF2MaterialProperties *materialProperties)

Notifier signal:

void materialPropertiesChanged(Kuesa::IroMatteMultProperties *materialProperties)