Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages
iSimpleFormerState Struct Reference
iSimpleFormerState exposes implementation specific methods for the SimpleTerraformer plugin More...
#include <ivaria/simpleformer.h>
Inheritance diagram for iSimpleFormerState:

Public Member Functions | |
virtual bool | SetFloatMap (csStringID type, iImage *map, float scale=1.0, float offset=0.0)=0 |
Set a generic additional float map to be used. | |
virtual void | SetHeightmap (float *data, unsigned int width, unsigned int height)=0 |
Set a heightmap to be used. | |
virtual void | SetHeightmap (iImage *heightmap)=0 |
Set a heightmap to be used. | |
virtual bool | SetIntegerMap (csStringID type, iImage *map, int scale=1, int offset=0)=0 |
Set a generic additional integer map to be used. | |
virtual void | SetOffset (csVector3 scale)=0 |
Set a offset to be applied to the heightmap region (X, Z) and height (Y). | |
virtual void | SetScale (csVector3 scale)=0 |
Set a scaling factor to be applied to the heightmap region (X, Z) and height (Y). |
Detailed Description
iSimpleFormerState exposes implementation specific methods for the SimpleTerraformer plugin
Definition at line 36 of file simpleformer.h.
Member Function Documentation
|
Set a generic additional float map to be used.
|
|
Set a heightmap to be used. The heightmap will by default be covering a region from -1..1 along X and Z, and areas outside this will return a height of 0
|
|
Set a heightmap to be used. The heightmap will by default be covering a region from -1..1 along X and Z, and areas outside this will return a height of 0 |
|
Set a generic additional integer map to be used.
|
|
Set a offset to be applied to the heightmap region (X, Z) and height (Y).
|
|
Set a scaling factor to be applied to the heightmap region (X, Z) and height (Y).
|
The documentation for this struct was generated from the following file:
- ivaria/simpleformer.h
Generated for Crystal Space by doxygen 1.4.4