#include "heightfield.h"
#include "paramset.h"
#include "dynload.h"
Go to the source code of this file.
Defines | |
#define | VERT(x, y) ((x)+(y)*nx) |
Variables | |
static DynamicLoader::RegisterShape < Heightfield > | r ("heightfield") |
#define VERT | ( | x, | |||
y | ) | ((x)+(y)*nx) |
Referenced by lux::Heightfield::Refine().
DynamicLoader::RegisterShape<Heightfield> r("heightfield") [static] |