Kuesa Runtime

IroDiffuseAlphaMaterial Class

class Kuesa::IroDiffuseAlphaMaterial

Kuesa::IroDiffuseAlphaMaterial is a simple material in terms of rendering that relies on a 2d spherical environment map and performs alpha blending. More...

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

This class was introduced in Kuesa 1.2.

Properties

Public Functions

Kuesa::IroDiffuseAlphaProperties *materialProperties() const

Public Slots

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

Signals

void materialPropertiesChanged(Kuesa::IroDiffuseAlphaProperties *materialProperties)

Detailed Description

Property Documentation

materialProperties : Kuesa::IroDiffuseAlphaProperties*

The properties defining the appearance of the material.

This property was introduced in Kuesa 1.2.

Access functions:

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

Notifier signal:

void materialPropertiesChanged(Kuesa::IroDiffuseAlphaProperties *materialProperties)