PaperOfficeMaterial QML Type

Office paper material. More...

Import Statement: import QtQuick3D.Materials 1.15

Detailed Description

The office paper material has the following properties:

Property NameProperty TypeDescription
uShadowMappingEnabledboolDoes the material use a baked shadow map. Default is false.
bump_amountrealStrength of the bumpiness. Default is 0.5.
uTranslucentFalloffrealFalloff of the translucency of the material. Default is 0.
uDiffuseLightWraprealDiffuse light bend of the material. Range is [0, 1]. Default is 0.
uOpacityrealOpacity of the material. Range is [0, 100]. Default is 100.
transmission_weightrealValue determining transmission. Default is 0.2.
reflection_weightrealValue determining reflection. Default is 0.8.
texture_tilingvector2dTiling repeat of the texture maps. Default is Qt.vector2d(1, 1).
paper_colorvector3dBase color of the material. Default is Qt.vector3d(0.531, 0.531, 0.531).
uBakedShadowTextureTextureInputThe baked shadow texture map. Enabled when uShadowMappingEnabled is true. Default is a Texture with source "maps/shadow.png".
diffuse_textureTextureInputThe diffuse texture map. Default is a Texture with source "maps/paper_diffuse.png".
bump_textureTextureInputThe bump texture map. Default is a Texture with source "maps/paper_diffuse.png".
transmission_textureTextureInputThe transmission texture map. Default is a Texture with source "maps/paper_trans.png".

© 2023 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.