Skip to content
Snippets Groups Projects
Commit a9cf994b authored by Thomas Galland's avatar Thomas Galland
Browse files

Update obsolete VR documentation

vtkOpenXRRenderWindow and vtkOpenVRRenderWindow are not intended to be integrated in the object factory mechanism,
so we remove the corresponding documentation in both classes.
parent 70bed4fd
No related branches found
No related tags found
No related merge requests found
......@@ -21,14 +21,6 @@ PURPOSE. See the above copyright notice for more information.
* class vtkVRRenderWindow. vtkOpenVRRenderer interfaces to the
* OpenVR graphics library
*
* This class and its similar classes are designed to be drop in
* replacements for VTK. If you link to this module and turn on
* the CMake option VTK_OPENVR_OBJECT_FACTORY, the object
* factory mechanism should replace the core rendering classes such as
* RenderWindow with OpenVR specialized versions. The goal is for VTK
* programs to be able to use the OpenVR library with little to no
* changes.
*
* This class handles the bulk of interfacing to OpenVR. It supports one
* renderer currently. The renderer is assumed to cover the entire window
* which is what makes sense to VR. Overlay renderers can probably be
......
......@@ -19,14 +19,6 @@ PURPOSE. See the above copyright notice for more information.
* vtkOpenXRRenderWindow is a concrete implementation of the abstract
* class vtkRenderWindow.
*
* This class and its similar classes are designed to be drop in
* replacements for VTK. If you link to this module and turn on
* the CMake option VTK_OPENXR_OBJECT_FACTORY, the object
* factory mechanism should replace the core rendering classes such as
* RenderWindow with OpenXR specialized versions. The goal is for VTK
* programs to be able to use the OpenXR library with little to no
* changes.
*
* This class handles the bulk of interfacing to OpenXR. It supports one
* renderer currently. The renderer is assumed to cover the entire window
* which is what makes sense to VR. Overlay renderers can probably be
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment