WorldLighting(bpy_struct)¶
base class — bpy_struct
- class bpy.types.WorldLighting(bpy_struct)¶
Lighting for a World data-block
- ao_factor¶
Factor for ambient occlusion blending
- Type
float in [0, inf], default 1.0
- distance¶
Length of rays, defines how far away other faces give occlusion effect
- Type
float in [-inf, inf], default 10.0
- use_ambient_occlusion¶
Use Ambient Occlusion to add shadowing based on distance between objects
- Type
boolean, default False
- classmethod bl_rna_get_subclass(id, default=None)¶
- Parameters
id (string) – The RNA type identifier.
- Returns
The RNA type or default when not found.
- Return type
bpy.types.Structsubclass
- classmethod bl_rna_get_subclass_py(id, default=None)¶
- Parameters
id (string) – The RNA type identifier.
- Returns
The class or default when not found.
- Return type
type
Inherited Properties
Inherited Functions
References