GLTFSpecGloss

Inherits: Resource < RefCounted < Object

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

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!