Kuesa Runtime

Iro2AlphaSemMaterial Class

class Kuesa::Iro2AlphaSemMaterial

Kuesa::Iro2AlphaSemMaterial is a simple material in terms of rendering that relies on a 2d spherical environment map and performs alpha blending. This variant uses a fake normal map and SEM reflection, see Iro2AlphaEquiRect to use a real normal map and equi-rectangular projection. More...

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

This class was introduced in Kuesa 1.3.

Properties

Public Functions

Kuesa::Iro2AlphaSemProperties *materialProperties() const

Public Slots

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

Signals

void materialPropertiesChanged(Kuesa::Iro2AlphaSemProperties *materialProperties)

Detailed Description

Property Documentation

materialProperties : Kuesa::Iro2AlphaSemProperties*

The properties defining the appearance of the material.

This property was introduced in Kuesa 1.3.

Access functions:

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

Notifier signal:

void materialPropertiesChanged(Kuesa::Iro2AlphaSemProperties *materialProperties)