GLTFSpecGloss
Inherits:Resource<RefCounted<Object
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.
Tutorials
Properties
| ||
| ||
|
Property Descriptions
Colordiffuse_factor =Color(1,1,1,1)
🔗
Colorget_diffuse_factor()
The reflected diffuse factor of the material.
Imageget_diffuse_img()
The diffuse texture.
floatget_gloss_factor()
The glossiness or smoothness of the material.
Imageget_spec_gloss_img()
The specular-glossiness texture.
Colorspecular_factor =Color(1,1,1,1)
🔗
Colorget_specular_factor()
The specular RGB color of the material. The alpha channel is unused.