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