![]() |
Public API Reference |
![]() |
Terrain modifier class. More...
#include <imesh/modifiableterrain.h>
Public Member Functions | |
virtual void | Displace (iTerrainCell *cell, float intensity) const =0 |
Displace the affected area in the terrain cell. | |
virtual const char * | GetType () const =0 |
Return ths type of the modifier. | |
virtual bool | InBounds (const csBox2 &bb) const =0 |
Check if this modifier affects the given area. |
Terrain modifier class.
Definition at line 40 of file modifiableterrain.h.
virtual void iTerrainModifier::Displace | ( | iTerrainCell * | cell, |
float | intensity | ||
) | const [pure virtual] |
Displace the affected area in the terrain cell.
virtual const char* iTerrainModifier::GetType | ( | ) | const [pure virtual] |
Return ths type of the modifier.
virtual bool iTerrainModifier::InBounds | ( | const csBox2 & | bb | ) | const [pure virtual] |
Check if this modifier affects the given area.