0.44.0
|
#include <iTaskGenerateVoxels.h>
Public Attributes | |
iaVector3I | _positionInLOD |
iaVector3f | _lodOffset |
uint32 | _lod |
uint64 | _size |
iVoxelData * | _voxelData = nullptr |
bool | _transition = false |
voxel block information
contains information needed to be able to generate the voxel data for specified voxel block
uint32 igor::iVoxelBlockInfo::_lod |
level of detail of this block
iaVector3f igor::iVoxelBlockInfo::_lodOffset |
level of detail dependent offset to absolute grid
iaVector3I igor::iVoxelBlockInfo::_positionInLOD |
absolute position of voxel block in LOD voxel coordinates
uint64 igor::iVoxelBlockInfo::_size |
size of voxel block in voxel
bool igor::iVoxelBlockInfo::_transition = false |
true if the generated voxel data contains an air to solid transition
iVoxelData* igor::iVoxelBlockInfo::_voxelData = nullptr |
the destination voxel data structure