Kuesa Runtime

Iro2DiffuseSemMaterial Class

class Kuesa::Iro2DiffuseSemMaterial

Kuesa::Iro2DiffuseSemMaterial is a simple material in terms of rendering that relies on a 2d spherical environment map and a 2d diffuse map to render semi glossy like finishes like clear coated paint. This variant uses a fake normal map and SEM reflection, see Iro2DiffuseEquiRect to use a real normal map and equi-rectangular projection. More...

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

This class was introduced in Kuesa 1.3.

Properties

Public Functions

Kuesa::Iro2DiffuseSemProperties *materialProperties() const

Public Slots

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

Signals

void materialPropertiesChanged(Kuesa::Iro2DiffuseSemProperties *materialProperties)

Detailed Description

Property Documentation

materialProperties : Kuesa::Iro2DiffuseSemProperties*

The properties defining the appearance of the material.

This property was introduced in Kuesa 1.3.

Access functions:

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

Notifier signal:

void materialPropertiesChanged(Kuesa::Iro2DiffuseSemProperties *materialProperties)