Waterflow
Visualize water in terrain
|
Struct that contains information about a location to be filled. More...
#include <xmlParsing.h>
Public Member Functions | |
Flood_Fill_data (int, int, float) | |
Simple constructor for initialization. | |
Public Attributes | |
float | height |
Height of the completed fill. | |
int | x |
X position of fill to start. | |
int | z |
Z position of fill to start. |
Struct that contains information about a location to be filled.
Definition at line 14 of file xmlParsing.h.