Global

Type Definitions

Voxel

The actual voxel data, describing a filled voxel.
Properties:
Name Type Description
x number The x coordinate of the voxel.
y number The y coordinate of the voxel.
z number The z coordinate of the voxel.
Source:
Type:
  • Object

VoxelData

Parsed BINVOX file data structure representation.
Properties:
Properties
Name Type Description
dimension Object The dimension of the voxel data.
Name Type Description
depth number The depth dimension of the voxel data.
width number The width dimension of the voxel data.
height number The height dimension of the voxel data.
translate Object The translation of the voxel data.
Properties
Name Type Description
depth number The depth translation of the voxel data.
width number The width translation of the voxel data.
height number The height translation of the voxel data.
scale number The scaling of the voxel data. voxels Array.<Voxel> The actual voxel data, describing filled voxels.
Source:
Type:
  • Object