This file contains function related to clipping feature. More...
Go to the source code of this file.
| Functions | |
| bool | VVizIsClipped (vec3 tCoord) | 
| void | VVizClipVoxel () | 
This file contains function related to clipping feature.
Definition in file vvizClipping_frag.h.
| void VVizClipVoxel | ( | ) | 
Do clipping when using an SoVolumeClippingGroup or SoUniformGridClipping node.
If no SoUniformGridClipping or SoVolumeClippingGroup nodes are present in the scene graph, this function will have no effect.
Must be called in a custom FRAGMENT_MAIN shader only.