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.
Kuesa::IroMatteSkyboxProperties * | materialProperties() const |
void | setMaterialProperties(Kuesa::GLTF2MaterialProperties *materialProperties) |
void | setMaterialProperties(Kuesa::IroMatteSkyboxProperties *materialProperties) |
void | materialPropertiesChanged(Kuesa::IroMatteSkyboxProperties *materialProperties) |
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) |