LightmapGI

Inherits: VisualInstance3D < Node3D < Node < Object

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

Properties

float

bias

0.0005

float

bounce_indirect_energy

1.0

int

bounces

3

CameraAttributes

camera_attributes

int

denoiser_range

10

float

denoiser_strength

0.1

bool

directional

false

Color

environment_custom_color

float

environment_custom_energy

Sky

environment_custom_sky

EnvironmentMode

environment_mode

1

GenerateProbes

generate_probes_subdiv

2

bool

interior

false

LightmapGIData

light_data

int

max_texture_size

16384

BakeQuality

quality

1

float

texel_scale

1.0

bool

use_denoiser

true

bool

use_texture_for_bounces

true


Enumerations

enum BakeQuality:

BakeQuality BAKE_QUALITY_LOW = 0

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

BakeQuality BAKE_QUALITY_MEDIUM = 1

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

BakeQuality BAKE_QUALITY_HIGH = 2

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

BakeQuality BAKE_QUALITY_ULTRA = 3

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


enum GenerateProbes:

GenerateProbes GENERATE_PROBES_DISABLED = 0

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

GenerateProbes GENERATE_PROBES_SUBDIV_4 = 1

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

GenerateProbes GENERATE_PROBES_SUBDIV_8 = 2

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

GenerateProbes GENERATE_PROBES_SUBDIV_16 = 3

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

GenerateProbes GENERATE_PROBES_SUBDIV_32 = 4

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


enum BakeError:

BakeError BAKE_ERROR_OK = 0

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

BakeError BAKE_ERROR_NO_SCENE_ROOT = 1

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

BakeError BAKE_ERROR_FOREIGN_DATA = 2

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

BakeError BAKE_ERROR_NO_LIGHTMAPPER = 3

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

BakeError BAKE_ERROR_NO_SAVE_PATH = 4

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

BakeError BAKE_ERROR_NO_MESHES = 5

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

BakeError BAKE_ERROR_MESHES_INVALID = 6

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

BakeError BAKE_ERROR_CANT_CREATE_IMAGE = 7

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

BakeError BAKE_ERROR_USER_ABORTED = 8

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

BakeError BAKE_ERROR_TEXTURE_SIZE_TOO_SMALL = 9

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

BakeError BAKE_ERROR_LIGHTMAP_TOO_SMALL = 10

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

BakeError BAKE_ERROR_ATLAS_TOO_SMALL = 11

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


enum EnvironmentMode:

EnvironmentMode ENVIRONMENT_MODE_DISABLED = 0

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

EnvironmentMode ENVIRONMENT_MODE_SCENE = 1

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

EnvironmentMode ENVIRONMENT_MODE_CUSTOM_SKY = 2

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

EnvironmentMode ENVIRONMENT_MODE_CUSTOM_COLOR = 3

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


Property Descriptions

float bias = 0.0005

  • void set_bias ( float value )

  • float get_bias ( )

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


float bounce_indirect_energy = 1.0

  • void set_bounce_indirect_energy ( float value )

  • float get_bounce_indirect_energy ( )

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


int bounces = 3

  • void set_bounces ( int value )

  • int get_bounces ( )

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


CameraAttributes camera_attributes

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


int denoiser_range = 10

  • void set_denoiser_range ( int value )

  • int get_denoiser_range ( )

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


float denoiser_strength = 0.1

  • void set_denoiser_strength ( float value )

  • float get_denoiser_strength ( )

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


bool directional = false

  • void set_directional ( bool value )

  • bool is_directional ( )

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


Color environment_custom_color

  • void set_environment_custom_color ( Color value )

  • Color get_environment_custom_color ( )

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


float environment_custom_energy

  • void set_environment_custom_energy ( float value )

  • float get_environment_custom_energy ( )

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


Sky environment_custom_sky

  • void set_environment_custom_sky ( Sky value )

  • Sky get_environment_custom_sky ( )

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


EnvironmentMode environment_mode = 1

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


GenerateProbes generate_probes_subdiv = 2

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


bool interior = false

  • void set_interior ( bool value )

  • bool is_interior ( )

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


LightmapGIData light_data

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


int max_texture_size = 16384

  • void set_max_texture_size ( int value )

  • int get_max_texture_size ( )

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


BakeQuality quality = 1

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


float texel_scale = 1.0

  • void set_texel_scale ( float value )

  • float get_texel_scale ( )

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


bool use_denoiser = true

  • void set_use_denoiser ( bool value )

  • bool is_using_denoiser ( )

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


bool use_texture_for_bounces = true

  • void set_use_texture_for_bounces ( bool value )

  • bool is_using_texture_for_bounces ( )

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