------------------------------------------------------------------------------
| 199 | |
| 200 | //------------------------------------------------------------------------------ |
| 201 | void vtkOpenVRRenderWindow::Render() |
| 202 | { |
| 203 | this->UpdateHMDMatrixPose(); |
| 204 | |
| 205 | this->Superclass::Render(); |
| 206 | } |
| 207 | |
| 208 | //------------------------------------------------------------------------------ |
| 209 | void vtkOpenVRRenderWindow::StereoMidpoint() |
nothing calls this directly
no test coverage detected