17 #include "vtkRenderingCoreModule.h"
19 VTK_ABI_NAMESPACE_BEGIN
45 vtkGetMacro(Projection,
int);
46 vtkSetMacro(Projection,
int);
57 vtkSetVector4Macro(FloorPlane,
float);
58 vtkGetVector4Macro(FloorPlane,
float);
59 vtkSetVector3Macro(FloorRight,
float);
60 vtkGetVector3Macro(FloorRight,
float);
69 vtkGetMacro(GammaCorrect,
bool);
70 vtkSetMacro(GammaCorrect,
bool);
71 vtkBooleanMacro(GammaCorrect,
bool);
82 bool GammaCorrect =
false;
86 void operator=(
const vtkSkybox&) =
delete;
represents an object (geometry & properties) in a rendered scene
Projection
Set/Get the projection to be used.
double * GetBounds() override=0
Return a reference to the Prop3D's composite transform.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkActor * New()
Creates an actor with the following defaults: origin(0,0,0) position=(0,0,0) scale=(1,1,1) visibility=1 pickable=1 dragable=1 orientation=(0,0,0).
void SetProjectionToSphere()
Set/Get the projection to be used.
a simple class to control print indentation
Renders a skybox environment.
void SetProjectionToCube()
Set/Get the projection to be used.
double * GetBounds() override
Return a reference to the Prop3D's composite transform.
void SetProjectionToFloor()
Set/Get the projection to be used.
void SetProjectionToStereoSphere()
Set/Get the projection to be used.