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.
bool | isBaseColorMapEnabled() const |
void | setBaseColorMapEnabled(bool enabled) |
void | baseColorMapEnabledChanged(bool enabled) |
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.