Kuesa Runtime

IroDiffuseAlphaProperties QML Type

Kuesa::IroDiffuseAlphaProperties holds the properties controlling the visual appearance of a IroDiffuseAlphaMaterial instance. More...

Since: Kuesa 1.2
Instantiates: IroDiffuseAlphaProperties

Properties

Detailed Description

Property Documentation

alphaGain : float

Specifies the gain to apply to the alpha of the reflection map lookup.


normalDisturb : QVector2D

Specifies a disturbance factor that will be added to the normal


normalScaling : QVector3D

Specifies a factor to be applied to the normal.


postGain : float

Specifies the gain factor to be applied to the final result.


postVertexColor : float

Specifies the factor which controls how much of the per vertex color we want to transmit.


projectReflectionMap : bool

Specifies whether equirectangular projection should be used for lookups on the reflection map.


reflectionGain : float

Specifies the gain factor to be applied to the spherical environment map lookup.


reflectionInnerAlpha : float

Specifies the inner alpha factor to be applied.


reflectionInnerFilter : QVector3D

Specifies the inner color filter to be applied based on fresnel on the spherical environment map lookup.


reflectionOuterAlpha : float

Specifies the outer alpha factor to be applied.


reflectionOuterFilter : QVector3D

Specifies the outer color filter to be applied based on fresnel on the spherical environment map lookup.


usesReflectionMap : bool

Specifies whether we use a reflection map or not.