Kuesa Runtime

IroMatteAlphaMaterial Class

class Kuesa::IroMatteAlphaMaterial

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

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

This class was introduced in Kuesa 1.2.

Properties

Public Functions

Kuesa::IroMatteAlphaProperties *materialProperties() const

Public Slots

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

Signals

void materialPropertiesChanged(Kuesa::IroMatteAlphaProperties *materialProperties)

Detailed Description

Property Documentation

materialProperties : Kuesa::IroMatteAlphaProperties*

The properties defining the appearance of the material.

This property was introduced in Kuesa 1.2.

Access functions:

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

Notifier signal:

void materialPropertiesChanged(Kuesa::IroMatteAlphaProperties *materialProperties)