OTV_SurfaceColorData struct
#include <include/OnTubeVis/glyph_types.h>
The data struct for the GlyphType::SurfaceColor glyph.
Public variables
- const uint32_t N
- The number of 32bit dynamic properties (excluding arc length
s) of a surface color layer. Must be 1 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:
0..1) to query the selected color map with.