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

Render an island in the middle of the ocean.

See also
IslandApp

Classes

class  IslandApp
 Realistic rendering of a sandy island in the ocean. More...
 
class  Terrain
 Generate a terrain with Perlin noise and erosion. Represent the terrain, regrouping elevation and shadow data and the underlying GPU representation to render it. More...
 

Functions

int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

The main function of the island and ocean rendering demo.

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