Skip to content

Skip compute bounds in vtk

Apply changes referenced here to speed up VTK rendering by avoiding calling GetBounds() which requires recomputing the bounding box at every frame for deformable objects:

  1. RemoveCuller
  2. Disable VBO Shift&Scale check

Also use setUpMapper (previously setActorMapper) more consistently along the vtk render delegates.

Merge request reports