28 #ifndef vtkOpenVRRenderer_h
29 #define vtkOpenVRRenderer_h
32 #include "vtkRenderingOpenVRModule.h"
66 double xmin,
double xmax,
double ymin,
double ymax,
double zmin,
double zmax)
override;
represents an object (geometry & properties) in a rendered scene
a virtual camera for 3D rendering
a simple class to control print indentation
void ResetCameraClippingRange(double bounds[6]) override
Reset the camera clipping range based on a bounding box.
~vtkOpenVRRenderer() override
static vtkOpenVRRenderer * New()
void DeviceRender(void)
Concrete open gl render method.
virtual bool GetShowFloor()
vtkCamera * MakeCamera() override
Create a new Camera suitable for use with this type of Renderer.
void ResetCamera() override
Automatically set up the camera based on the visible actors.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void SetShowFloor(bool)
SHow the floor of the VR world.
void ResetCamera(double bounds[6]) override
Automatically set up the camera based on a specified bounding box (xmin,xmax, ymin,...
void ResetCamera(double xmin, double xmax, double ymin, double ymax, double zmin, double zmax) override
Alternative version of ResetCamera(bounds[6]);.
virtual void ResetCameraClippingRange()
Reset the camera clipping range based on the bounds of the visible actors.