SteelMilledConcentricMaterial QML Type

Milled concentric steel material. More...

Import Statement: import QtQuick3D.Materials 1.15

Detailed Description

The concentric milled steel material has the following properties:

Property NameProperty TypeDescription
uEnvironmentMappingEnabledboolDoes the material use an environment map. Default is true.
uShadowMappingEnabledboolDoes the material use a baked shadow map. Default is false.
material_iorrealIndex of refraction for the material. Sensible range for different types of metals is [0.47, 2.97]. Default is 2.5.
anisotropyrealThe anisotropy of the material. Range is [0.01, 100]. Default is 0.8.
texture_tilingrealTiling of the texture map. Default is Qt.vector2d(8, 5).
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".
diffuse_textureTextureInputThe diffuse texture map. Default is a Texture with source "maps/concentric_milled_steel.png".
anisotropy_rot_textureTextureInputThe anisotropy texture map. Default is a Texture with source "maps/concentric_milled_steel_aniso.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.