vtk-m/data/baseline/rendering/wireframer
Kenneth Moreland 12e1164179 Redefine RenderTest interface for library
The previous functions that enabled the render regression tests were
heavily templated, which required every test using rendering to
recompile the entire rendering system being used. Changed the interface
to not rely on templating so that the RenderTest method can be moved
into a library.

Also moved the options into a struct where they can be better managed.
The render testing functions tended to have lots of arguments that were
difficult to manage. Instead, created a single `struct` that holds all
the potential options. That way when someone specifies on option, it is
clear what option is being set.
2021-12-30 10:53:23 -07:00
..
wf_expl3D.png Implement additional wireframer rendering regression tests 2021-03-18 16:26:07 +00:00
wf_lines1D.png Redefine RenderTest interface for library 2021-12-30 10:53:23 -07:00
wf_lines2D.png Implement additional wireframer rendering regression tests 2021-03-18 16:26:07 +00:00
wf_linesLogY1D.png Redefine RenderTest interface for library 2021-12-30 10:53:23 -07:00
wf_rect3D.png Implement additional wireframer rendering regression tests 2021-03-18 16:26:07 +00:00
wf_reg3D.png Implement additional wireframer rendering regression tests 2021-03-18 16:26:07 +00:00
wf_uniform3D.png Move regression test images into subdirs, implement io library support 2021-03-24 22:57:32 +00:00