| Name | N | Optional name of the material | Text |
| BaseColorFactor | CF | Base color of the material. | Colour |
| BaseColorTexture | CT | Base color texture image. | Generic |
| MetallicFactor | MF | Defines how much the material appears like metal. | Number |
| RoughnessFactor | RF | Defines how rough the material appears. | Number |
| MetallicRoughnessTexture | MRT | The metallic roughness texture image. The blue channel of this image defines metalness, the green channel defines roughness. | Generic |
| NormalTexture | NT | The normal texture image. | Generic |
| EmissiveFactor | EF | Defines how emissive the material appears. | Colour |
| EmissiveTexture | ET | The emissive texture image. | Generic |
| AlphaMode | AM | The alpha mode of the material | Text |
| AlphaCutoff | AC | The alpha cutoff value of the material. | Number |
| DoubleSided | DS | Specifies whether the material is double sided. | Boolean |