Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
inviwo::LineData Struct Reference

Settings for line rendering. More...

#include <modules/basegl/datastructures/linedata.h>

Public Member Functions

bool operator== (const LineData &) const =default
 

Public Attributes

float antialiasing = 0.5f
 
vec4 defaultColor = vec4{1.0f, 0.7f, 0.2f, 1.0f}
 
float lineWidth = 1.f
 
TransferFunction metaColor
 
float miterLimit = 0.8f
 
bool overrideAlpha = false
 
float overrideAlphaValue = 1.0f
 
bool overrideColor = false
 
vec3 overrideColorValue = vec3{0.7f, 0.7f, 0.7f}
 
bool overrideLineWidth = false
 
bool pseudoLighting = false
 
bool roundCaps = true
 
bool roundDepthProfile = false
 
StipplingData stippling {}
 
bool useMetaColor = false
 

Detailed Description

Settings for line rendering.

Member Data Documentation

◆ metaColor

TransferFunction inviwo::LineData::metaColor
Initial value:
{
{{.pos = 0.0, .color = vec4{0.0f, 0.0f, 0.0f, 0.0f}},
{.pos = 1.0, .color = vec4{1.0f, 1.0f, 1.0f, 1.0f}}}}

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