Module gltf::material [−][src]
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. |
| PbrSpecularGlossiness | KHR_materials_pbrSpecularGlossinessA set of parameter values that are used to define the specular-glossiness material model from Physically-Based Rendering (PBR) methodology. |
| Transmission | KHR_materials_transmissionA set of parameter values that are used to define the transmissions factor of the material |
Enums
| AlphaMode | The alpha rendering mode of a material. |