Section: Visualization Toolkit Rendering Classes
This pass expects an initialized camera. It disables all the lights, apply transformations for lights following the camera, and turn on the enables lights.
To create an instance of class vtkLightsPass, simply invoke its constructor as follows
obj = vtkLightsPass
obj
is an instance of the vtkLightsPass class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkLightsPass = obj.NewInstance ()
vtkLightsPass = obj.SafeDownCast (vtkObject o)