GIProbeData¶
Inherits: Resource < Reference < Object
Category: Core
Brief Description¶
Member Functions¶
float | get_bias ( ) const |
Rect3 | get_bounds ( ) const |
float | get_cell_size ( ) const |
PoolIntArray | get_dynamic_data ( ) const |
int | get_dynamic_range ( ) const |
float | get_energy ( ) const |
float | get_normal_bias ( ) const |
float | get_propagation ( ) const |
Transform | get_to_cell_xform ( ) const |
bool | is_compressed ( ) const |
bool | is_interior ( ) const |
void | set_bias ( float bias ) |
void | set_bounds ( Rect3 bounds ) |
void | set_cell_size ( float cell_size ) |
void | set_compress ( bool compress ) |
void | set_dynamic_data ( PoolIntArray dynamic_data ) |
void | set_dynamic_range ( int dynamic_range ) |
void | set_energy ( float energy ) |
void | set_interior ( bool interior ) |
void | set_normal_bias ( float bias ) |
void | set_propagation ( float propagation ) |
void | set_to_cell_xform ( Transform to_cell_xform ) |
Member Variables¶
Member Function Description¶
- float get_bias ( ) const
- Rect3 get_bounds ( ) const
- float get_cell_size ( ) const
- PoolIntArray get_dynamic_data ( ) const
- int get_dynamic_range ( ) const
- float get_energy ( ) const
- float get_normal_bias ( ) const
- float get_propagation ( ) const
- Transform get_to_cell_xform ( ) const
- bool is_compressed ( ) const
- bool is_interior ( ) const
- void set_bias ( float bias )
- void set_bounds ( Rect3 bounds )
- void set_cell_size ( float cell_size )
- void set_compress ( bool compress )
- void set_dynamic_data ( PoolIntArray dynamic_data )
- void set_dynamic_range ( int dynamic_range )
- void set_energy ( float energy )
- void set_interior ( bool interior )
- void set_normal_bias ( float bias )
- void set_propagation ( float propagation )
- void set_to_cell_xform ( Transform to_cell_xform )