Kuesa Runtime

Iro2PlanarReflectionSemMaterial Class

class Kuesa::Iro2PlanarReflectionSemMaterial

Kuesa::Iro2PlanarReflectionSemMaterial is a material dedicated to rendering reflection textures generated by ReflectionPlane defined on either a ForwardRenderer or View. This variant uses a fake normal map and SEM reflection. More...

Header: #include <Kuesa/Iro2PlanarReflectionSemMaterial>
Since: Kuesa 1.3
Instantiated By: Iro2PlanarReflectionSemMaterial
Inherits: Kuesa::GLTF2Material

This class was introduced in Kuesa 1.3.

Properties

Public Functions

Kuesa::Iro2PlanarReflectionSemProperties *materialProperties() const

Public Slots

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

Signals

void materialPropertiesChanged(Kuesa::Iro2PlanarReflectionSemProperties *materialProperties)

Detailed Description

Property Documentation

materialProperties : Kuesa::Iro2PlanarReflectionSemProperties*

The properties defining the appearance of the material.

This property was introduced in Kuesa 1.3.

Access functions:

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

Notifier signal:

void materialPropertiesChanged(Kuesa::Iro2PlanarReflectionSemProperties *materialProperties)