Kuesa Runtime

IroMatteBackgroundMaterial Class

class Kuesa::IroMatteBackgroundMaterial

Kuesa::IroMatteBackgroundMaterial is a simple material in terms of rendering that allows to render an arbitrary meshes as a background by projecting the vertices in screen space. More...

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

This class was introduced in Kuesa 1.2.

Properties

Public Functions

Kuesa::IroMatteBackgroundProperties *materialProperties() const

Public Slots

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

Signals

void materialPropertiesChanged(Kuesa::IroMatteBackgroundProperties *materialProperties)

Detailed Description

Property Documentation

materialProperties : Kuesa::IroMatteBackgroundProperties*

The properties defining the appearance of the material.

This property was introduced in Kuesa 1.2.

Access functions:

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

Notifier signal:

void materialPropertiesChanged(Kuesa::IroMatteBackgroundProperties *materialProperties)