GIProbe¶
Inherits: VisualInstance < Spatial < Node < Object
Category: Core
Brief Description¶
Member Functions¶
void | bake ( Node from_node=false, bool create_visual_debug=null ) |
void | debug_bake ( ) |
float | get_bias ( ) const |
int | get_dynamic_range ( ) const |
float | get_energy ( ) const |
Vector3 | get_extents ( ) const |
float | get_normal_bias ( ) const |
GIProbeData | get_probe_data ( ) const |
float | get_propagation ( ) const |
int | get_subdiv ( ) const |
bool | is_compressed ( ) const |
bool | is_interior ( ) const |
void | set_bias ( float max ) |
void | set_compress ( bool enable ) |
void | set_dynamic_range ( int max ) |
void | set_energy ( float max ) |
void | set_extents ( Vector3 extents ) |
void | set_interior ( bool enable ) |
void | set_normal_bias ( float max ) |
void | set_probe_data ( GIProbeData data ) |
void | set_propagation ( float max ) |
void | set_subdiv ( int subdiv ) |
Member Variables¶
Numeric Constants¶
- SUBDIV_64 = 0
- SUBDIV_128 = 1
- SUBDIV_256 = 2
- SUBDIV_MAX = 4
Member Function Description¶
- void debug_bake ( )
- float get_bias ( ) const
- int get_dynamic_range ( ) const
- float get_energy ( ) const
- Vector3 get_extents ( ) const
- float get_normal_bias ( ) const
- GIProbeData get_probe_data ( ) const
- float get_propagation ( ) const
- int get_subdiv ( ) const
- bool is_compressed ( ) const
- bool is_interior ( ) const
- void set_bias ( float max )
- void set_compress ( bool enable )
- void set_dynamic_range ( int max )
- void set_energy ( float max )
- void set_extents ( Vector3 extents )
- void set_interior ( bool enable )
- void set_normal_bias ( float max )
- void set_probe_data ( GIProbeData data )
- void set_propagation ( float max )
- void set_subdiv ( int subdiv )