AluminumEmissiveMaterial QML Type

Aluminum with emissive properties. More...

Import Statement: import QtQuick3D.Materials 1.15

Detailed Description

The emissive aluminum 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.
reflection_map_offsetrealOffset of the reflection map. Default is 0.5.
reflection_map_scalerealScale of the reflection map. Default is 0.3.
tilingvector3dTiling repeat of the reflection texture map. Default is Qt.vector3d(1, 1, 1).
roughness_map_offsetrealOffset of the roughness map. Default is 0.16.
roughness_map_scalerealScale of the roughness map. Default is 0.4.
metal_colorvector3dBase color of the material. Default is Qt.vector3d(0.95, 0.95, 0.95).
intensityrealThe intensity of the emission. Default is 1.0.
emission_colorvector3dEmission color of the material. Default is Qt.vector3d(0, 0, 0).
emissive_mask_offsetvector3dOffset of the emission map mask. Default is Qt.vector3d(0, 0, 0).
bump_amountrealStrength of the bumpiness of the bump map. Range is [0, 2]. Default is 0.4.
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".
emissive_textureTextureInputThe emissive texture map. Default is a Texture with source "maps/emissive.png".
emissive_mask_textureTextureInputThe emissive texture map mask. Default is a Texture with source "maps/emissive_mask.png".
bump_textureTextureInputThe bump texture map. Default is a Texture with source "maps/grunge_d.png".