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.

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

Color diffuse_factor = Color( 1, 1, 1, 1 )

  • void set_diffuse_factor ( Color value )

  • Color get_diffuse_factor ( )

There is currently no description for this property. Please help us by contributing one!


Image diffuse_img

  • void set_diffuse_img ( Image value )

  • Image get_diffuse_img ( )

There is currently no description for this property. Please help us by contributing one!


float gloss_factor = 1.0

  • void set_gloss_factor ( float value )

  • float get_gloss_factor ( )

There is currently no description for this property. Please help us by contributing one!


Image spec_gloss_img

  • void set_spec_gloss_img ( Image value )

  • Image get_spec_gloss_img ( )

There is currently no description for this property. Please help us by contributing one!


Color specular_factor = Color( 1, 1, 1, 1 )

  • void set_specular_factor ( Color value )

  • Color get_specular_factor ( )

There is currently no description for this property. Please help us by contributing one!