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