PaperArtisticMaterial QML Type

Artistic paper material. More...

Import Statement: import QtQuick3D.Materials 1.15

Detailed Description

The artistic paper material has the following properties:

Property Name Property Type Description
uEnvironmentMappingEnabled bool Does the material use an environment map. Default is true.
uShadowMappingEnabled bool Does the material use a baked shadow map. Default is false.
bump_amount real Strength of the bumpiness. Default is 0.5.
uTranslucentFalloff real Falloff of the translucency of the material. Default is 0.
uDiffuseLightWrap real Diffuse light bend of the material. Range is [0, 1]. Default is 0.
uOpacity real Opacity of the material. Range is [0, 100]. Default is 100.
transmission_weight real Value determining transmission. Default is 0.2.
reflection_weight real Value determining reflection. Default is 0.8.
texture_tiling vector2d Tiling repeat of the texture maps. Default is Qt.vector2d(5, 5).
uEnvironmentTexture TextureInput The environment texture map. Enabled when uEnvironmentMappingEnabled is true. Default is a Texture with source "maps/spherical_checker.png".
uBakedShadowTexture TextureInput The baked shadow texture map. Enabled when uShadowMappingEnabled is true. Default is a Texture with source "maps/shadow.png".
diffuse_texture TextureInput The diffuse texture map. Default is a Texture with source "maps/paper_diffuse.png".
bump_texture TextureInput The bump texture map. Default is a Texture with source "maps/art_paper_normal.png".
transmission_texture TextureInput The transmission texture map. Default is a Texture with source "maps/art_paper_trans.png".

© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-5.15/qml-qtquick3d-materials-paperartisticmaterial.html