AluminumMaterial QML Type

Aluminum material. More...

Import Statement: import QtQuick3D.Materials 1.15

Detailed Description

The aluminum material has the following properties:

Property NameProperty TypeDescription
reflection_map_offsetrealOffset of the reflection map. Default is 0.5.
reflection_map_scalerealScale of the reflection map. Default is 0.3.
roughness_map_offsetrealOffset of the roughness map. Default is 0.16.
roughness_map_scalerealScale of the roughness map. Default is 0.4.
bump_amountrealStrength of the bumpiness of the bump map. Range is [0, 2]. Default is 0.5.
uEnvironmentMappingEnabledboolDoes the material use an environment map. Default is true.
uShadowMappingEnabledboolDoes the material use a baked shadow map. Default is false.
tilingvector3dTiling repeat of the reflection texture map. Default is Qt.vector3d(1, 1, 1).
metal_colorvector3dBase color of the material. Default is Qt.vector3d(0.95, 0.95, 0.95).
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".
reflection_textureTextureInputThe reflection texture map. Default is a Texture with source "maps/grunge_b.png".
roughness_textureTextureInputThe roughness texture map. Default is a Texture with source "maps/grunge_d.png".
bump_textureTextureInputThe bump texture map. Default is a Texture with source "maps/grunge_d.png".