#include <cstdlib>
Go to the source code of this file.
Functions | |
void | CreateHeightmap () |
Variables | |
const int | dx = 513 |
const int | dy = 513 |
float | vertex [dx *dy] |
float ** | h |
float ** | h2 |
float | vertex2 [][3] |
void CreateHeightmap | ( | ) |
const int dx = 513 |
const int dy = 513 |
float** h |
float ** h2 |
float vertex2[][3] |