Kuesa::IroGlassAddMaterial is a simple material in terms of rendering that relies on a 2d spherical environment map to render transparent, glass like material. It performs 2 render passes. The first one performs multiplicative blending using the glass filter simulating the tint of the glass. The second pass performs additive blending for the reflections. More...
Header: | #include <Kuesa/IroGlassAddMaterial> |
Since: | Kuesa 1.2 |
Instantiated By: | IroGlassAddMaterial |
Inherits: | Kuesa::GLTF2Material |
This class was introduced in Kuesa 1.2.
Kuesa::IroGlassAddProperties * | materialProperties() const |
void | setMaterialProperties(Kuesa::GLTF2MaterialProperties *materialProperties) |
void | setMaterialProperties(Kuesa::IroGlassAddProperties *materialProperties) |
void | materialPropertiesChanged(Kuesa::IroGlassAddProperties *materialProperties) |
The properties defining the appearance of the material.
This property was introduced in Kuesa 1.2.
Access functions:
Kuesa::IroGlassAddProperties * | materialProperties() const |
void | setMaterialProperties(Kuesa::IroGlassAddProperties *materialProperties) |
void | setMaterialProperties(Kuesa::GLTF2MaterialProperties *materialProperties) |
Notifier signal:
void | materialPropertiesChanged(Kuesa::IroGlassAddProperties *materialProperties) |