tec::Voxel
#include <voxel-volume.hpp>
Public Types
| Name | |
|---|---|
| enum | NEIGHBORS { UP = 0, DOWN, LEFT, RIGHT, FRONT, BACK} |
Public Attributes
| Name | |
|---|---|
| float[3] | color |
Public Types Documentation
enum NEIGHBORS
| Enumerator | Value | Description |
|---|---|---|
| UP | 0 | |
| DOWN | ||
| LEFT | ||
| RIGHT | ||
| FRONT | ||
| BACK |
Public Attributes Documentation
variable color
float[3] color {0.f, 0.f, 0.f};
Updated on 2022-07-24 at 19:27:35 +0000