Kuesa::Qt3D::Iro2MatteAlphaEffect¶
Module: Kuesa Qt 3D API
Kuesa::Qt3D::Iro2MatteAlphaEffect is the effect for the Iro2MatteAlphaMaterial class. More...
#include <iro2mattealphaeffect.h>
Inherits from Kuesa::Qt3D::GLTF2MaterialEffect, Qt3DRender::QEffect
Public Functions¶
| Name | |
|---|---|
| Q_INVOKABLE | Iro2MatteAlphaEffect(Qt3DCore::QNode * parent =nullptr) | 
| ~Iro2MatteAlphaEffect() | 
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) | 
| void | setSRGBOutput(bool sRGBOutput) | 
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) | 
| void | sRGBOutputChanged(bool sRGBOutput) | 
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 | 
| bool | sRGBOutput() 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 | 
| bool | sRGBOutput | 
Detailed Description¶
1 |  | 
Kuesa::Qt3D::Iro2MatteAlphaEffect is the effect for the Iro2MatteAlphaMaterial class.
Since: Kuesa 2.0
Public Functions Documentation¶
function Iro2MatteAlphaEffect¶
1 2 3  |  | 
function ~Iro2MatteAlphaEffect¶
1 |  | 
Updated on 2023-07-03 at 11:02:12 +0000