W3cubDocs

/Qt 5.15

CopperMaterial QML Type

Copper material. More...

Import Statement: import QtQuick3D.Materials 1.15

Detailed Description

The copper material has the following properties:

Property Name Property Type Description
uEnvironmentMappingEnabled bool Does the material use an environment map. Default is false.
uShadowMappingEnabled bool Does the material use a baked shadow map. Default is false.
roughness real Roughness of the material. Range is [0, 1], with 0 being totally reflective. Default is 0.
metal_color vector3d Base color of the material. Default is Qt.vector3d(0.805, 0.395, 0.305).
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".

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