OTV_SignBlobData struct
#include <include/OnTubeVis/glyph_types.h>
The data struct for the GlyphType::SignBlob glyph.
Public variables
- const uint32_t N
- The number of 32bit dynamic properties (excluding arc length
s) of a sign blob glyph layer. Must be 2 always. - float s
- The arc length along the trajectory that the surface color control point is located.
- float color
- A value in the configured input range (default:
-1..1) to query the selected color map with. - float value
- The values in the configured input range (default:
-1..1) for each sub plot. Only the first n values need to be set when the corresponding layer defines n sub plots.