Class reference
GLTFSpecGloss
Inherits Resource
Archived glTF extension for specular/glossy materials.
Description
KHR_materials_pbrSpecularGlossiness is an archived glTF extension. This means that it is deprecated and not recommended for new files. However, it is still supported for loading old files.
Properties
Color diffuse_factor = Color(1, 1, 1, 1)
Color diffuse_factor = Color(1, 1, 1, 1)The reflected diffuse factor of the material.
Image diffuse_img
Image diffuse_imgThe diffuse texture.
float gloss_factor = 1.0
float gloss_factor = 1.0The glossiness or smoothness of the material.
Image spec_gloss_img
Image spec_gloss_imgThe specular-glossiness texture.
Color specular_factor = Color(1, 1, 1, 1)
Color specular_factor = Color(1, 1, 1, 1)The specular RGB color of the material. The alpha channel is unused.