Go to the source code of this file.
Classes | |
| class | VoxelLayerClass |
Variables | |
| const sint8 | VOXEL_VISIBLE = 0 |
| const sint8 | VOXEL_SOLID = 1 |
| const sint8 | VOXEL_UNKNOWN = -1 |
| const int | max_bitmap_width = 256 |
| const int | max_bitmap_height = 256 |
| const int max_bitmap_height = 256 |
Definition at line 57 of file vxllayer.h.
| const int max_bitmap_width = 256 |
Definition at line 56 of file vxllayer.h.
| const sint8 VOXEL_SOLID = 1 |
Definition at line 54 of file vxllayer.h.
| const sint8 VOXEL_UNKNOWN = -1 |
Definition at line 55 of file vxllayer.h.
| const sint8 VOXEL_VISIBLE = 0 |
Definition at line 53 of file vxllayer.h.