CopperMaterial QML Type

Copper material. More...

Import Statement: import QtQuick3D.Materials 1.15

Detailed Description

The copper material has the following properties:

Property NameProperty TypeDescription
uEnvironmentMappingEnabledboolDoes the material use an environment map. Default is false.
uShadowMappingEnabledboolDoes the material use a baked shadow map. Default is false.
roughnessrealRoughness of the material. Range is [0, 1], with 0 being totally reflective. Default is 0.
metal_colorvector3dBase color of the material. Default is Qt.vector3d(0.805, 0.395, 0.305).
uEnvironmentTextureTextureInputThe environment texture map. Enabled when uEnvironmentMappingEnabled is true. Default is a Texture with source "maps/spherical_checker.png".
uBakedShadowTextureTextureInputThe baked shadow texture map. Enabled when uShadowMappingEnabled is true. Default is a Texture with source "maps/shadow.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.