Kuesa Runtime

Iro2MatteAlphaMaterial Class

class Kuesa::Iro2MatteAlphaMaterial

Kuesa::Iro2MatteAlphaMaterial 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/Iro2MatteAlphaMaterial>
Since: Kuesa 1.3
Instantiated By: Iro2MatteAlphaMaterial
Inherits: Kuesa::GLTF2Material

This class was introduced in Kuesa 1.3.

Properties

Public Functions

Kuesa::Iro2MatteAlphaProperties *materialProperties() const

Public Slots

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

Signals

void materialPropertiesChanged(Kuesa::Iro2MatteAlphaProperties *materialProperties)

Detailed Description

Property Documentation

materialProperties : Kuesa::Iro2MatteAlphaProperties*

The properties defining the appearance of the material.

This property was introduced in Kuesa 1.2.

Access functions:

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

Notifier signal:

void materialPropertiesChanged(Kuesa::Iro2MatteAlphaProperties *materialProperties)