#include <terraindatareader.h>

Static Public Attributes | |
| static const HeightFieldResizePolicy | NONE |
| No resizing should occur. | |
| static const HeightFieldResizePolicy | NEAREST_POWER_OF_TWO |
| Data should be resized such that it is a power of two in all dimensions closests to its original size. | |
| static const HeightFieldResizePolicy | NEAREST_POWER_OF_TWO_PLUS_ONE |
| Data should be resized such that it is a power of two plus one in all dimensions closests to its original size. | |
Protected Member Functions | |
| HeightFieldResizePolicy (const std::string &name) | |
This is to ensure that the data formats supported by the reader are imported in a manor suitable to the current renderer.
| dtTerrain::HeightFieldResizePolicy::HeightFieldResizePolicy | ( | const std::string & | name | ) | [inline, protected] |
const HeightFieldResizePolicy dtTerrain::HeightFieldResizePolicy::NONE [static] |
No resizing should occur.
Data should be resized such that it is a power of two in all dimensions closests to its original size.
(2^n)
const HeightFieldResizePolicy dtTerrain::HeightFieldResizePolicy::NEAREST_POWER_OF_TWO_PLUS_ONE [static] |
Data should be resized such that it is a power of two plus one in all dimensions closests to its original size.
(2^n + 1)