Rendu
A lightweight rendering engine for experimentations
Loading...
Searching...
No Matches
Classes | Functions
Atmospheric scattering

Demonstrate real-time approximate atmospheric scattering simulation.

See also
GPU::Frag::Atmosphere

Classes

class  AtmosphereApp
 Demo application for the atmospheric scattering shader. Demonstrate real-time approximate atmospheric scattering simulation. Based on Precomputed Atmospheric Scattering, E. Bruneton, F. Neyret, EGSR 2008. More...
 
class  AtmosphereConfig
 Atmospheric scattering configuration. Parameters for precomputation. More...
 

Functions

int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

The main function of the atmospheric scattering demo.

Parameters
argcthe number of input arguments.
argva pointer to the raw input arguments.
Returns
a general error code.