Skip to content

Geometry modification notification.

David Thompson requested to merge dcthomp/smtk:mod-geom into master
  • Whenever an individual object's geometry is modified, increment a "last modified" counter on the Geometry object.
  • Use the counter above in the vtkResourceMultiBlockSource to update it's VTK MTime timestamp.

This should make it possible to move some code outside of the ParaView representation per-render process and accelerate rendering.

Merge request reports