17#include "vtkRenderingCoreModule.h"
20VTK_ABI_NAMESPACE_BEGIN
32 using Superclass::GetBounds;
58 vtkSetVector4Macro(FloorPlane,
float);
59 vtkGetVector4Macro(FloorPlane,
float);
60 vtkSetVector3Macro(FloorRight,
float);
61 vtkGetVector3Macro(FloorRight,
float);
72 vtkGetVector2Macro(FloorTexCoordScale,
float);
73 vtkSetVector2Macro(FloorTexCoordScale,
float);
82 vtkGetMacro(GammaCorrect,
bool);
83 vtkSetMacro(GammaCorrect,
bool);
84 vtkBooleanMacro(GammaCorrect,
bool);
94 float FloorTexCoordScale[2];
96 bool GammaCorrect =
false;
100 void operator=(
const vtkSkybox&) =
delete;
represents an object (geometry & properties) in a rendered scene
a simple class to control print indentation
Renders a skybox environment.
double * GetBounds() override
Return a reference to the Prop3D's composite transform.
void SetProjectionToStereoSphere()
Set/Get the projection to be used.
Projection
Set/Get the projection to be used.
void SetProjectionToCube()
Set/Get the projection to be used.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetProjectionToFloor()
Set/Get the projection to be used.
void SetProjectionToSphere()
Set/Get the projection to be used.