#include "stdafx.h"#include "shapes/heightfield.h"#include "shapes/trianglemesh.h"#include "paramset.h"Go to the source code of this file.
Defines | |
| #define | VERT(x, y) ((x)+(y)*nx) |
Functions | |
| Heightfield * | CreateHeightfieldShape (const Transform *o2w, const Transform *w2o, bool reverseOrientation, const ParamSet ¶ms) |
| #define VERT | ( | x, | |||
| y | ) | ((x)+(y)*nx) |
Referenced by Heightfield::Refine().
| Heightfield* CreateHeightfieldShape | ( | const Transform * | o2w, | |
| const Transform * | w2o, | |||
| bool | reverseOrientation, | |||
| const ParamSet & | params | |||
| ) |
Definition at line 107 of file heightfield.cpp.
References Assert, ParamSet::FindFloat(), and ParamSet::FindOneInt().
Referenced by MakeShape().
1.6.3