13 #ifndef vtkVRRenderer_h
14 #define vtkVRRenderer_h
18 #include "vtkRenderingVRModule.h"
20 VTK_ABI_NAMESPACE_BEGIN
71 virtual void SetShowFloor(
bool);
80 bool ShowFloor =
false;
virtual vtkCamera * MakeCamera()
Create a new Camera sutible for use with this type of Renderer.
void DeviceRender() override
Concrete open gl render method.
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()
Show the floor of the VR world.