Kuesa Runtime

IroMatteSkyboxMaterial Class

class Kuesa::IroMatteSkyboxMaterial

Kuesa::IroMatteSkyboxMaterial is a simple material in terms of rendering that allows to render a skybox for arbitrary meshes by translating the vertices to the eye position. More...

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

This class was introduced in Kuesa 1.2.

Properties

Public Functions

Kuesa::IroMatteSkyboxProperties *materialProperties() const

Public Slots

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

Signals

void materialPropertiesChanged(Kuesa::IroMatteSkyboxProperties *materialProperties)

Detailed Description

Property Documentation

materialProperties : Kuesa::IroMatteSkyboxProperties*

The properties defining the appearance of the material.

This property was introduced in Kuesa 1.2.

Access functions:

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

Notifier signal:

void materialPropertiesChanged(Kuesa::IroMatteSkyboxProperties *materialProperties)