LightmapGI
Inherits: VisualInstance3D < Node3D < Node < Object
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
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
There is currently no description for this property. Please help us by contributing one!
float bounce_indirect_energy = 1.0
There is currently no description for this property. Please help us by contributing one!
int bounces = 3
There is currently no description for this property. Please help us by contributing one!
CameraAttributes camera_attributes
void set_camera_attributes ( CameraAttributes value )
CameraAttributes get_camera_attributes ( )
There is currently no description for this property. Please help us by contributing one!
int denoiser_range = 10
There is currently no description for this property. Please help us by contributing one!
float denoiser_strength = 0.1
There is currently no description for this property. Please help us by contributing one!
bool directional = false
There is currently no description for this property. Please help us by contributing one!
Color environment_custom_color
There is currently no description for this property. Please help us by contributing one!
float environment_custom_energy
There is currently no description for this property. Please help us by contributing one!
Sky environment_custom_sky
There is currently no description for this property. Please help us by contributing one!
EnvironmentMode environment_mode = 1
void set_environment_mode ( EnvironmentMode value )
EnvironmentMode get_environment_mode ( )
There is currently no description for this property. Please help us by contributing one!
GenerateProbes generate_probes_subdiv = 2
void set_generate_probes ( GenerateProbes value )
GenerateProbes get_generate_probes ( )
There is currently no description for this property. Please help us by contributing one!
bool interior = false
There is currently no description for this property. Please help us by contributing one!
LightmapGIData light_data
void set_light_data ( LightmapGIData value )
LightmapGIData get_light_data ( )
There is currently no description for this property. Please help us by contributing one!
int max_texture_size = 16384
There is currently no description for this property. Please help us by contributing one!
BakeQuality quality = 1
void set_bake_quality ( BakeQuality value )
BakeQuality get_bake_quality ( )
There is currently no description for this property. Please help us by contributing one!
float texel_scale = 1.0
There is currently no description for this property. Please help us by contributing one!
bool use_denoiser = true
There is currently no description for this property. Please help us by contributing one!
bool use_texture_for_bounces = true
There is currently no description for this property. Please help us by contributing one!