[go: up one dir, main page]

Module material

Module material 

Source
Expand description

Material properties of primitives.

Structs§

Material
The material appearance of a primitive.
NormalTexture
Defines the normal texture of a material.
OcclusionTexture
Defines the occlusion texture of a material.
PbrMetallicRoughness
A set of parameter values that are used to define the metallic-roughness material model from Physically-Based Rendering (PBR) methodology.
PbrSpecularGlossinessKHR_materials_pbrSpecularGlossiness
A set of parameter values that are used to define the specular-glossiness material model from Physically-Based Rendering (PBR) methodology.
SpecularKHR_materials_specular
Parameter values that define the strength and colour of the specular reflection of the material
TransmissionKHR_materials_transmission
A set of parameter values that are used to define the transmissions factor of the material
VolumeKHR_materials_volume
Parameter values that define a volume for the transmission of light through the material

Enums§

AlphaMode
The alpha rendering mode of a material.