Kuesa Runtime

IroMatteOpaqueMaterial Class

class Kuesa::IroMatteOpaqueMaterial

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

This class was introduced in Kuesa 1.2.

Properties

Public Functions

Kuesa::IroMatteOpaqueProperties *materialProperties() const

Public Slots

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

Signals

void materialPropertiesChanged(Kuesa::IroMatteOpaqueProperties *materialProperties)

Detailed Description

Property Documentation

materialProperties : Kuesa::IroMatteOpaqueProperties*

The properties defining the appearance of the material.

This property was introduced in Kuesa 1.2.

Access functions:

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

Notifier signal:

void materialPropertiesChanged(Kuesa::IroMatteOpaqueProperties *materialProperties)