25 #ifndef vtkOpenVRRenderer_h
26 #define vtkOpenVRRenderer_h
28 #include "vtkRenderingOpenVRModule.h"
29 #include "vtkOpenGLRenderer.h"
59 virtual void ResetCamera(
double xmin,
double xmax,
double ymin,
double ymax,
60 double zmin,
double zmax);
static vtkOpenVRRenderer * New()
virtual void ResetCamera(double bounds[6])
Automatically set up the camera based on a specified bounding box (xmin,xmax, ymin,...
virtual void ResetCamera()
Automatically set up the camera based on the visible actors.
virtual void ResetCamera(double xmin, double xmax, double ymin, double ymax, double zmin, double zmax)
Alternative version of ResetCamera(bounds[6]);.