Enable Static Mesh Optimization in Surface Representation
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