GLTFSpecGloss¶
Inherits: Resource < Reference < Object
Description¶
Note: This class is only compiled in editor builds. Run-time glTF loading and saving is not available in exported projects. References to GLTFSpecGloss within a script will cause an error in an exported project.
Tutorials¶
Properties¶
|
||
|
||
|
Property Descriptions¶
Color diffuse_factor = Color( 1, 1, 1, 1 )
The reflected diffuse factor of the material.
Image diffuse_img
The diffuse texture.
float gloss_factor = 1.0
The glossiness or smoothness of the material.
Image spec_gloss_img
The specular-glossiness texture.
Color specular_factor = Color( 1, 1, 1, 1 )
The specular RGB color of the material. The alpha channel is unused.