mirror of
https://github.com/OpenFOAM/ThirdParty-6.git
synced 2025-12-08 06:57:43 +00:00
7 lines
224 B
CMake
7 lines
224 B
CMake
if(VTK_RENDERING_BACKEND STREQUAL "OpenGL")
|
|
pv_plugin(RGBZView
|
|
# provide a description for the plugin.
|
|
DESCRIPTION "3D View that dump into a file the RGB and Z buffer for each render."
|
|
DEFAULT_ENABLED)
|
|
endif()
|