33 #ifndef vtkOpenGLLightMonitor_h
34 #define vtkOpenGLLightMonitor_h
36 #include "vtkRenderingOpenGLModule.h"
53 vtkGetMacro(LightId,
int);
75 void SetEnabled(
int val);
76 void SetAmbient(
float *val);
77 void SetDiffuse(
float *val);
78 void SetSpecular(
float *val);
79 void SetPosition(
float *val);
80 void SetSpotDirection(
float *val);
81 void SetSpotExponent(
float val);
82 void SetSpotCutoff(
float val);
83 void SetAttenuation(
float *val);
88 { this->Initialize(); }
91 { this->Initialize(); }
104 float SpotDirection[3];
107 float Attenuation[3];
abstract base class for most VTK objects
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void Update()
Updates the extensions string.
a simple class to control print indentation
tracks state of OpenGL model-view and projection matrices.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...