Render an island in the middle of the ocean.
- See also
- IslandApp
|
| 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...
|
| |
|
| int | main (int argc, char **argv) |
| |
◆ main()
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
The main function of the island and ocean rendering demo.
- Parameters
-
| argc | the number of input arguments. |
| argv | a pointer to the raw input arguments. |
- Returns
- a general error code.