Defines voxel state info used with the VolumeViz Shader Library API. More...
#include <VolumeViz/vvizStructure.h>
Public Attributes | |
vec3 | texCoord |
VVIZ_DATATYPE | value |
vec3 | texCoordPhys |
VVizTileInfo | tileInfo |
vec4 | nprData |
vec3 | sampleCoord |
Defines voxel state info used with the VolumeViz Shader Library API.
Uniform data coordinates in volume space.
VVizTileInfo VVizVoxelInfo::tileInfo |
VVIZ_DATATYPE VVizVoxelInfo::value |
Voxel value at texCoord position.
It is filled by DATA_COMBINE_FUNCTION stage.