Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
inviwo::GlyphClipping Class Reference

Public Types

enum class  Mode { Discard , Cut }
 

Public Member Functions

void addDefines (Shader &shader) const
 
void setUniforms (Shader &shader) const
 

Public Attributes

CompositeProperty clipping
 
OptionProperty< Modemode
 
FloatProperty shadingFactor
 multiplied with glyph color for clip surfaces
 
BoolProperty shadeClippedArea
 

Member Enumeration Documentation

◆ Mode

enum class inviwo::GlyphClipping::Mode
strong

defines how glyphs are rendering if the first intersection, i.e. the front side, lies behind the near clip plane of the camera.

Enumerator
Discard 

glyph is not rendered

Cut 

the cut surface is visible


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