Waterflow
Visualize water in terrain
Flood_Fill_data Struct Reference

Struct that contains information about a location to be filled. More...

#include <xmlParsing.h>

List of all members.

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.

Detailed Description

Struct that contains information about a location to be filled.

Definition at line 14 of file xmlParsing.h.


The documentation for this struct was generated from the following files:
 All Classes Files Functions Variables Enumerations