2021-03-03 05:20:20 +01:00
<?xml version="1.0" encoding="UTF-8" ?>
2022-08-05 18:51:38 +02:00
<class name= "GLTFSpecGloss" inherits= "Resource" version= "3.6" xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation= "../../../doc/class.xsd" >
2021-03-03 05:20:20 +01:00
<brief_description >
</brief_description>
<description >
2022-04-22 19:07:23 +02:00
[b]Note:[/b] This class is only compiled in editor builds. Run-time glTF loading and saving is [i]not[/i] available in exported projects. References to [GLTFSpecGloss] within a script will cause an error in an exported project.
2021-03-03 05:20:20 +01:00
</description>
<tutorials >
2022-12-21 01:39:30 +01:00
<link title= "KHR_materials_pbrSpecularGlossiness GLTF extension spec" > https://github.com/KhronosGroup/glTF/blob/main/extensions/2.0/Archived/KHR_materials_pbrSpecularGlossiness</link>
2021-03-03 05:20:20 +01:00
</tutorials>
<methods >
</methods>
<members >
<member name= "diffuse_factor" type= "Color" setter= "set_diffuse_factor" getter= "get_diffuse_factor" default= "Color( 1, 1, 1, 1 )" >
2022-12-21 01:39:30 +01:00
The reflected diffuse factor of the material.
2021-03-03 05:20:20 +01:00
</member>
<member name= "diffuse_img" type= "Image" setter= "set_diffuse_img" getter= "get_diffuse_img" >
2022-12-21 01:39:30 +01:00
The diffuse texture.
2021-03-03 05:20:20 +01:00
</member>
<member name= "gloss_factor" type= "float" setter= "set_gloss_factor" getter= "get_gloss_factor" default= "1.0" >
2022-12-21 01:39:30 +01:00
The glossiness or smoothness of the material.
2021-03-03 05:20:20 +01:00
</member>
<member name= "spec_gloss_img" type= "Image" setter= "set_spec_gloss_img" getter= "get_spec_gloss_img" >
2022-12-21 01:39:30 +01:00
The specular-glossiness texture.
2021-03-03 05:20:20 +01:00
</member>
<member name= "specular_factor" type= "Color" setter= "set_specular_factor" getter= "get_specular_factor" default= "Color( 1, 1, 1, 1 )" >
2022-12-21 01:39:30 +01:00
The specular RGB color of the material. The alpha channel is unused.
2021-03-03 05:20:20 +01:00
</member>
</members>
<constants >
</constants>
</class>