Waterflow
Visualize water in terrain
voxel Struct Reference

Contains information and data in each voxel. More...

#include <voxel.h>

List of all members.

Public Attributes

float a
 Float a (temporary for space measurements and testing)
float b
 Float b (temporary for space measurements and testing)
bool filled
 The fill state of the voxel (maybe not needed)
int16_t x
 x position of the voxel
int16_t y
 y position of the voxel
int16_t z
 z position of the voxel

Detailed Description

Contains information and data in each voxel.

Definition at line 15 of file voxel.h.


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