FogMaterial

Inherits: Material < Resource < RefCounted < Object

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

Properties

Color

albedo

Color(1, 1, 1, 1)

float

density

1.0

Texture3D

density_texture

float

edge_fade

0.1

Color

emission

Color(0, 0, 0, 1)

float

height_falloff

0.0


Property Descriptions

Color albedo = Color(1, 1, 1, 1)

  • void set_albedo ( Color value )

  • Color get_albedo ( )

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


float density = 1.0

  • void set_density ( float value )

  • float get_density ( )

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


Texture3D density_texture

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


float edge_fade = 0.1

  • void set_edge_fade ( float value )

  • float get_edge_fade ( )

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


Color emission = Color(0, 0, 0, 1)

  • void set_emission ( Color value )

  • Color get_emission ( )

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


float height_falloff = 0.0

  • void set_height_falloff ( float value )

  • float get_height_falloff ( )

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