Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
VVizVoxelInfo Struct Reference

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.
 
float undefinedFactor
 
vec3 texCoordPhys
 
VVizTileInfo tileInfo
 
vec4 nprData
 
vec3 sampleCoord
 

Detailed Description

Defines voxel state info used with the VolumeViz Shader Library API.

Definition at line 275 of file vvizStructure.h.

Member Data Documentation

◆ nprData

vec4 VVizVoxelInfo::nprData

Definition at line 299 of file vvizStructure.h.

◆ sampleCoord

vec3 VVizVoxelInfo::sampleCoord

Definition at line 306 of file vvizStructure.h.

◆ texCoord

vec3 VVizVoxelInfo::texCoord

Uniform data coordinates in volume space.

Definition at line 280 of file vvizStructure.h.

◆ texCoordPhys

vec3 VVizVoxelInfo::texCoordPhys

Definition at line 291 of file vvizStructure.h.

◆ tileInfo

VVizTileInfo VVizVoxelInfo::tileInfo

Definition at line 295 of file vvizStructure.h.

◆ undefinedFactor

float VVizVoxelInfo::undefinedFactor

Definition at line 287 of file vvizStructure.h.

◆ value

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.


The documentation for this struct was generated from the following file: