25 #ifndef vtkVRRenderer_h
26 #define vtkVRRenderer_h
30 #include "vtkRenderingVRModule.h"
81 virtual void SetShowFloor(
bool);
90 bool ShowFloor =
false;
virtual vtkCamera * MakeCamera()
Create a new Camera sutible for use with this type of Renderer.
represents an object (geometry & properties) in a rendered scene
virtual void ResetCamera()
Automatically set up the camera based on the visible actors.
vtkNew< vtkActor > FloorActor
virtual void ResetCameraClippingRange()
Reset the camera clipping range based on the bounds of the visible actors.
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.
virtual bool GetShowFloor()
void DeviceRender(void) override
Concrete open gl render method.