Skip to content

New HTG Representation

Charles Gueunet requested to merge charles.gueunet/paraview:htg-mapper into master

This MR brings some new representation for the HTG. These benefits from a clever AdaptiveDeicimation in 2D for fast rendering.

  • check the decimation is done
  • check the new representation only appears for HTG datasets

It also fixes a bug in vtkSMPVRepresentationProxy where the look up table was used without the proper verification, which could lead to a segfault when loading statefiles on a representation without look up table associated.

Edited by Charles Gueunet

Merge request reports