Kuesa Runtime

UnlitEffect Class

class Kuesa::UnlitEffect

Kuesa::UnlitEffect is a Qt3DRender::QEffect for Kuesa::UnlitMaterial. It provides several properties used to configure the material effect. This is done using a custom shader graph and activating/deactivating different set of nodes of the graph depending on the effect configuration. More...

Header: #include <Kuesa/UnlitEffect>
Since: Kuesa 1.1
Instantiated By: UnlitEffect
Inherits: Kuesa::GLTF2MaterialEffect

This class was introduced in Kuesa 1.1.

Public Functions

bool isBaseColorMapEnabled() const

Public Slots

void setBaseColorMapEnabled(bool enabled)

Signals

void baseColorMapEnabledChanged(bool enabled)

Detailed Description

Note: Kuesa::UnlitEffect is used to configure the effect for a material, but property values must be provided through Kuesa::UnlitMaterial. Therefore, this effect must be added to a Kuesa.UnlitMaterial.