Skip to content

Enable Static Mesh Optimization in Surface Representation

Nicolas Vuaille requested to merge nicolas.vuaille/paraview:StaticMesh into master

Use the newly add vtkDataObjectMeshCache in vtkPVGeometryFilter to shortcuts surface extraction when input mesh does not change (i.e. if GetMeshMTime() does not change)

This leads to noteworthy speedup in the rendering process.

Edited by Nicolas Vuaille

Merge request reports