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

Color

diffuse_factor

Color(1,1,1,1)

Image

diffuse_img

float

gloss_factor

1.0

Image

spec_gloss_img

Color

specular_factor

Color(1,1,1,1)


Property Descriptions

Colordiffuse_factor =Color(1,1,1,1)🔗

The reflected diffuse factor of the material.


Imagediffuse_img🔗

The diffuse texture.


floatgloss_factor =1.0🔗

The glossiness or smoothness of the material.


Imagespec_gloss_img🔗

The specular-glossiness texture.


Colorspecular_factor =Color(1,1,1,1)🔗

The specular RGB color of the material. The alpha channel is unused.


User-contributed notes

Please read theUser-contributed notes policy before submitting a comment.