#include "shape.h"#include "paramset.h"#include "dynload.h"Go to the source code of this file.
Classes | |
| class | Heightfield |
Defines | |
| #define | VERT(x, y) ((x)+(y)*nx) |
Functions | |
| DLLEXPORT Shape * | CreateShape (const Transform &o2w, bool reverseOrientation, const ParamSet ¶ms) |
| #define VERT | ( | x, | |||
| y | ) | ((x)+(y)*nx) |
Referenced by Heightfield::Refine().
| DLLEXPORT Shape* CreateShape | ( | const Transform & | o2w, | |
| bool | reverseOrientation, | |||
| const ParamSet & | params | |||
| ) |
Definition at line 108 of file heightfield.cpp.
References Assert, ParamSet::FindFloat(), ParamSet::FindOneInt(), and Heightfield::Heightfield().
1.5.6