Skip to content

Add mappers MapperGlyphScalar and MapperGlyphVector for rendering glyphs

Manish Mathai requested to merge mmathai/vtk-m:enhance-glyphing-types into master

These mappers can be used to render cell sets as glyphs. The following glyph types are available for scalar fields:

  • Cube
  • Sphere
  • Axes
  • Quad

For vector fields:

  • Arrows

glyphs_cubes_scaled

glyphs_spheres_scaled

glyphs_axes_scaled

glyphs_quads_scaled

glyphs_arrows_scaled

backport: release

Edited by Vicente Bolea

Merge request reports