 |
VTK
9.0.1
|
Go to the documentation of this file.
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;
93 virtual void SetShowFloor(
bool);
virtual void ResetCamera()
Automatically set up the camera based on the visible actors.
virtual void ResetCameraClippingRange()
Reset the camera clipping range based on the bounds of the visible actors.
virtual vtkCamera * MakeCamera()
Create a new Camera sutible for use with this type of Renderer.
static vtkOpenGLRenderer * New()
virtual bool GetShowFloor()
represents an object (geometry & properties) in a rendered scene
a simple class to control print indentation
a virtual camera for 3D rendering
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void DeviceRender(void) override
Concrete open gl render method.