Kuesa::Qt3D::IroDiffuseAlphaProperties
Module: Kuesa Qt 3D API
Kuesa::Qt3D::IroDiffuseAlphaProperties holds the properties controlling the visual appearance of a IroDiffuseAlphaMaterial instance. More...
#include <irodiffusealphaproperties.h>
Inherits from Kuesa::Qt3D::GLTF2MaterialProperties, Qt3DCore::QNode
Public Slots
Public Signals
Public Functions
Public Properties
Additional inherited members
Public Types inherited from Kuesa::Qt3D::GLTF2MaterialProperties
Public Slots inherited from Kuesa::Qt3D::GLTF2MaterialProperties
Public Signals inherited from Kuesa::Qt3D::GLTF2MaterialProperties
Public Functions inherited from Kuesa::Qt3D::GLTF2MaterialProperties
Public Properties inherited from Kuesa::Qt3D::GLTF2MaterialProperties
Detailed Description
| class Kuesa::Qt3D::IroDiffuseAlphaProperties;
|
Kuesa::Qt3D::IroDiffuseAlphaProperties holds the properties controlling the visual appearance of a IroDiffuseAlphaMaterial instance.
Since: Kuesa 2.0
Public Slots Documentation
slot setNormalScaling
| void setNormalScaling(
const QVector3D & normalScaling
)
|
slot setNormalDisturb
| void setNormalDisturb(
const QVector2D & normalDisturb
)
|
slot setPostVertexColor
| void setPostVertexColor(
float postVertexColor
)
|
slot setPostGain
| void setPostGain(
float postGain
)
|
slot setReflectionGain
| void setReflectionGain(
float reflectionGain
)
|
slot setReflectionMap
| void setReflectionMap(
Qt3DRender::QAbstractTexture * reflectionMap
)
|
slot setReflectionInnerFilter
| void setReflectionInnerFilter(
const QVector3D & reflectionInnerFilter
)
|
slot setReflectionOuterFilter
| void setReflectionOuterFilter(
const QVector3D & reflectionOuterFilter
)
|
slot setUsesReflectionMap
| void setUsesReflectionMap(
bool usesReflectionMap
)
|
slot setProjectReflectionMap
| void setProjectReflectionMap(
bool projectReflectionMap
)
|
slot setReflectionInnerAlpha
| void setReflectionInnerAlpha(
float reflectionInnerAlpha
)
|
slot setReflectionOuterAlpha
| void setReflectionOuterAlpha(
float reflectionOuterAlpha
)
|
slot setAlphaGain
| void setAlphaGain(
float alphaGain
)
|
Public Signals Documentation
signal normalScalingChanged
| void normalScalingChanged(
QVector3D
)
|
signal normalDisturbChanged
| void normalDisturbChanged(
QVector2D
)
|
signal postVertexColorChanged
| void postVertexColorChanged(
float
)
|
signal postGainChanged
| void postGainChanged(
float
)
|
signal reflectionGainChanged
| void reflectionGainChanged(
float
)
|
signal reflectionMapChanged
| void reflectionMapChanged(
Qt3DRender::QAbstractTexture *
)
|
signal reflectionInnerFilterChanged
| void reflectionInnerFilterChanged(
QVector3D
)
|
signal reflectionOuterFilterChanged
| void reflectionOuterFilterChanged(
QVector3D
)
|
signal usesReflectionMapChanged
| void usesReflectionMapChanged(
bool
)
|
signal projectReflectionMapChanged
| void projectReflectionMapChanged(
bool
)
|
signal reflectionInnerAlphaChanged
| void reflectionInnerAlphaChanged(
float
)
|
signal reflectionOuterAlphaChanged
| void reflectionOuterAlphaChanged(
float
)
|
signal alphaGainChanged
| void alphaGainChanged(
float
)
|
Public Functions Documentation
function IroDiffuseAlphaProperties
| explicit Q_INVOKABLE IroDiffuseAlphaProperties(
Qt3DCore::QNode * parent =nullptr
)
|
function ~IroDiffuseAlphaProperties
| ~IroDiffuseAlphaProperties()
|
function shaderData
| virtual Qt3DRender::QShaderData * shaderData() const override
|
Reimplements: Kuesa::Qt3D::GLTF2MaterialProperties::shaderData
function normalScaling
| QVector3D normalScaling() const
|
function normalDisturb
| QVector2D normalDisturb() const
|
function postVertexColor
| float postVertexColor() const
|
function postGain
function reflectionGain
| float reflectionGain() const
|
function reflectionMap
| Qt3DRender::QAbstractTexture * reflectionMap() const
|
function reflectionInnerFilter
| QVector3D reflectionInnerFilter() const
|
function reflectionOuterFilter
| QVector3D reflectionOuterFilter() const
|
function usesReflectionMap
| bool usesReflectionMap() const
|
function projectReflectionMap
| bool projectReflectionMap() const
|
function reflectionInnerAlpha
| float reflectionInnerAlpha() const
|
function reflectionOuterAlpha
| float reflectionOuterAlpha() const
|
function alphaGain
Public Property Documentation
property normalScaling
Specifies a factor to be applied to the normal.
property normalDisturb
Specifies a disturbance factor that will be added to the normal
property postVertexColor
Specifies the factor which controls how much of the per vertex color we want to transmit.
property postGain
Specifies the gain factor to be applied to the final result.
property reflectionGain
Specifies the gain factor to be applied to the spherical environment map lookup.
property reflectionMap
| Qt3DRender::QAbstractTexture * reflectionMap;
|
property reflectionInnerFilter
| QVector3D reflectionInnerFilter;
|
Specifies the inner color filter to be applied based on fresnel on the spherical environment map lookup.
property reflectionOuterFilter
| QVector3D reflectionOuterFilter;
|
Specifies the outer color filter to be applied based on fresnel on the spherical environment map lookup.
property usesReflectionMap
Specifies whether we use a reflection map or not.
property projectReflectionMap
| bool projectReflectionMap;
|
Specifies whether equirectangular projection should be used for lookups on the reflection map.
property reflectionInnerAlpha
| float reflectionInnerAlpha;
|
Specifies the inner alpha factor to be applied.
property reflectionOuterAlpha
| float reflectionOuterAlpha;
|
Specifies the outer alpha factor to be applied.
property alphaGain
Specifies the gain to apply to the alpha of the reflection map lookup.
Updated on 2023-07-03 at 11:02:11 +0000