Kuesa::Qt3D::IroGlassAddEffect¶
Module: Kuesa Qt 3D API
Kuesa::Qt3D::IroGlassAddEffect is the effect for the IroGlassAddMaterial class. More...
#include <iroglassaddeffect.h>
Inherits from Kuesa::Qt3D::GLTF2MaterialEffect, Qt3DRender::QEffect
Public Functions¶
| Name | |
|---|---|
| Q_INVOKABLE | IroGlassAddEffect(Qt3DCore::QNode * parent =nullptr) |
| ~IroGlassAddEffect() |
Additional inherited members¶
Public Slots inherited from Kuesa::Qt3D::GLTF2MaterialEffect
| Name | |
|---|---|
| void | setDoubleSided(bool doubleSided) |
| void | setUsingSkinning(bool useSkinning) |
| void | setOpaque(bool opaque) |
| void | setAlphaCutoffEnabled(bool enabled) |
| void | setUsingColorAttribute(bool usingColorAttribute) |
| void | setUsingNormalAttribute(bool usingNormalAttribute) |
| void | setUsingTangentAttribute(bool usingTangentAttribute) |
| void | setUsingTexCoordAttribute(bool usingTexCoordAttribute) |
| void | setUsingTexCoord1Attribute(bool usingTexCoord1Attribute) |
| void | setUsingMorphTargets(bool usingMorphTargets) |
| void | setInstanced(bool instanced) |
Public Signals inherited from Kuesa::Qt3D::GLTF2MaterialEffect
| Name | |
|---|---|
| void | doubleSidedChanged(bool doubleSided) |
| void | usingSkinningChanged(bool useSkinning) |
| void | opaqueChanged(bool opaque) |
| void | alphaCutoffEnabledChanged(bool enabled) |
| void | usingColorAttributeChanged(bool usingColorAttribute) |
| void | usingNormalAttributeChanged(bool usingNormalAttribute) |
| void | usingTangentAttributeChanged(bool usingTangentAttribute) |
| void | usingTexCoordAttributeChanged(bool usingTexCoordAttribute) |
| void | usingTexCoord1AttributeChanged(bool usingTexCoord1Attribute) |
| void | usingMorphTargetsChanged(bool usingMorphTargets) |
| void | instancedChanged(bool instanced) |
Public Functions inherited from Kuesa::Qt3D::GLTF2MaterialEffect
| Name | |
|---|---|
| GLTF2MaterialEffect(Qt3DCore::QNode * parent =nullptr) | |
| ~GLTF2MaterialEffect() | |
| bool | isDoubleSided() const |
| bool | isUsingSkinning() const |
| bool | isOpaque() const |
| bool | isAlphaCutoffEnabled() const |
| bool | isUsingColorAttribute() const |
| bool | isUsingNormalAttribute() const |
| bool | isUsingTangentAttribute() const |
| bool | isUsingTexCoordAttribute() const |
| bool | isUsingTexCoord1Attribute() const |
| bool | isUsingMorphTargets() const |
| bool | isInstanced() const |
Protected Functions inherited from Kuesa::Qt3D::GLTF2MaterialEffect
| Name | |
|---|---|
| virtual void | updateUsingCubeMapArrays(bool usingCubeMapArrays) |
Public Properties inherited from Kuesa::Qt3D::GLTF2MaterialEffect
| Name | |
|---|---|
| bool | doubleSided |
| bool | usingSkinning |
| bool | opaque |
| bool | alphaCutoffEnabled |
| bool | usingColorAttribute |
| bool | usingNormalAttribute |
| bool | usingTangentAttribute |
| bool | usingTexCoordAttribute |
| bool | usingTexCoord1Attribute |
| bool | usingMorphTargets |
| bool | instanced |
Detailed Description¶
1 | |
Kuesa::Qt3D::IroGlassAddEffect is the effect for the IroGlassAddMaterial class.
Since: Kuesa 2.0
Public Functions Documentation¶
function IroGlassAddEffect¶
1 2 3 | |
function ~IroGlassAddEffect¶
1 | |
Updated on 2022-10-18 at 11:12:51 +0200