#include <u_water.h>
Inheritance diagram for NL3D::UWaterHeightMap:
Definition at line 98 of file u_water.h.
Public Member Functions | |
virtual float | getHeight (const NLMISC::CVector2f &pos)=0 |
virtual float | getUnitSize () const=0 |
get the size in meter of a heightmap texel | |
virtual void | perturbate (const NLMISC::CVector2f &pos, float strenght, float radius)=0 |
virtual void | perturbatePoint (const NLMISC::CVector2f &pos, float strenght)=0 |
|
Get the value of the height map at the given location. To get the height in world coordinate, You should use getHeight Implemented in NL3D::CWaterHeightMap. |
|
get the size in meter of a heightmap texel
Implemented in NL3D::CWaterHeightMap. |
|
Apply a perturbation on this heightmap at the given location.
Implemented in NL3D::CWaterHeightMap. |
|
Apply a point perturbation on this heightmap at the given location.
Implemented in NL3D::CWaterHeightMap. |