Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
None
-
QDS 4.6.0
-
None
-
1
-
QDS Oulu - 2024 Week 35/37
Description
- Create an empty 3d project
- Set the kit to 6.8
- Go to Content Library/Materials
- Download and add PrincipledExMaterial which is under Other category
- Go to MaterialBrowser, Double click on the added material, and go to MaterialEditor
It's expected to see the custom property sheet of PrincipledExMaterial, But the property sheet doesn't seem to be correct.
So the material type should be PrincipledExMaterial, and the following properties should be accessible:
property bool useFresnelAsColorValue: false property bool invertFresnelPower: false property color fresnelColor: "red" property bool fresnelColorSingleChannelEnabled: false property int fresnelColorChannel: PrincipledMaterial.R property alias fresnelColorMap: _fresnelColorTexture.texture property real metalnessVertexColorMaskInfluence: 0 property int metalnessVertexColorMaskChannel: PrincipledMaterial.R property real roughnessVertexColorMaskInfluence: 0.0 property int roughnessVertexColorMaskChannel: PrincipledMaterial.B property real heightAmountVertexColorMaskInfluence: 0.0 property int heightAmountVertexColorMaskChannel: PrincipledMaterial.R property real occlusionAmountVertexColorMaskInfluence: 0.0 property int occlusionAmountVertexColorMaskChannel: PrincipledMaterial.B property real normalStrengthVertexColorMaskInfluence: 0.0 property int normalStrengthVertexColorMaskChannel: PrincipledMaterial.R property real clearcoatAmountVertexColorMaskInfluence: 0.0 property int clearcoatAmountVertexColorMaskChannel: PrincipledMaterial.R property real clearcoatRoughnessAmountVertexColorMaskInfluence: 0.0 property int clearcoatRoughnessAmountVertexColorMaskChannel: PrincipledMaterial.R property real clearcoatNormalStrengthVertexColorMaskInfluence: 0.0 property int clearcoatNormalStrengthVertexColorMaskChannel: PrincipledMaterial.R property real transmissionFactorVertexColorMaskInfluence: 0.0 property int transmissionFactorVertexColorMaskChannel: PrincipledMaterial.R property real thicknessFactorVertexColorMaskInfluence: 0.0 property int thicknessFactorVertexColorMaskChannel: PrincipledMaterial.R property real specularAmountVertexColorMaskInfluence: 0.0 property int specularAmountVertexColorMaskChannel: PrincipledMaterial.R