Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
vxllayer.h File Reference
#include <Max.h>
#include "bittype.h"
#include "nodelist.h"

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
 

Variable Documentation

◆ max_bitmap_height

const int max_bitmap_height = 256

Definition at line 57 of file vxllayer.h.

◆ max_bitmap_width

const int max_bitmap_width = 256

Definition at line 56 of file vxllayer.h.

◆ VOXEL_SOLID

const sint8 VOXEL_SOLID = 1

Definition at line 54 of file vxllayer.h.

◆ VOXEL_UNKNOWN

const sint8 VOXEL_UNKNOWN = -1

Definition at line 55 of file vxllayer.h.

◆ VOXEL_VISIBLE

const sint8 VOXEL_VISIBLE = 0

Definition at line 53 of file vxllayer.h.