ProceduralSky¶
Inherits: Sky < Resource < Reference < Object
Category: Core
Brief Description¶
Member Functions¶
Member Variables¶
- Color ground_bottom_color
- float ground_curve
- float ground_energy
- Color ground_horizon_color
- float sky_curve
- float sky_energy
- Color sky_horizon_color
- Color sky_top_color
- float sun_angle_max
- float sun_angle_min
- Color sun_color
- float sun_curve
- float sun_energy
- float sun_latitude
- float sun_longitude
- int texture_size
Numeric Constants¶
- TEXTURE_SIZE_256 = 0
- TEXTURE_SIZE_512 = 1
- TEXTURE_SIZE_1024 = 2
- TEXTURE_SIZE_2048 = 3
- TEXTURE_SIZE_4096 = 4
- TEXTURE_SIZE_MAX = 5
Member Function Description¶
- Color get_ground_bottom_color ( ) const
- float get_ground_curve ( ) const
- float get_ground_energy ( ) const
- Color get_ground_horizon_color ( ) const
- float get_sky_curve ( ) const
- float get_sky_energy ( ) const
- Color get_sky_horizon_color ( ) const
- Color get_sky_top_color ( ) const
- float get_sun_angle_max ( ) const
- float get_sun_angle_min ( ) const
- Color get_sun_color ( ) const
- float get_sun_curve ( ) const
- float get_sun_energy ( ) const
- float get_sun_latitude ( ) const
- float get_sun_longitude ( ) const
- int get_texture_size ( ) const
- void set_ground_bottom_color ( Color color )
- void set_ground_curve ( float curve )
- void set_ground_energy ( float energy )
- void set_ground_horizon_color ( Color color )
- void set_sky_curve ( float curve )
- void set_sky_energy ( float energy )
- void set_sky_horizon_color ( Color color )
- void set_sky_top_color ( Color color )
- void set_sun_angle_max ( float degrees )
- void set_sun_angle_min ( float degrees )
- void set_sun_color ( Color color )
- void set_sun_curve ( float curve )
- void set_sun_energy ( float energy )
- void set_sun_latitude ( float degrees )
- void set_sun_longitude ( float degrees )
- void set_texture_size ( int size )