Outdated documentation
This documentation page refers to Godot
4.3,
and may be outdated or incorrect.
Additionally, this engine version is
no longer supported.
Check this page in the stable branch for the latest additions and corrections.
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
Color diffuse_factor = Color(1, 1, 1, 1) 🔗
The reflected diffuse factor of the material.
The diffuse texture.
The glossiness or smoothness of the material.
The specular-glossiness texture.
Color specular_factor = Color(1, 1, 1, 1) 🔗
The specular RGB color of the material. The alpha channel is unused.