Skip to content

Handle VTK-only build with cinema helper.

David Thompson requested to merge dcthomp/sensei:vtkm-without-catalyst into master

The Cinema helper needs to expose different functionality depending on what VTK libraries are requested/available.

  • When the Cinema helper is expected to generate images, VTK's rendering libraries must be available (either through Catalyst or VTK).
  • Other functionality is specific to Catalyst (which provides Ice-T parallel, multipass rendering).

Merge request reports