VTK  9.3.20240419
Classes | Macros
vtkLight.h File Reference
#include "vtkObject.h"
#include "vtkRenderingCoreModule.h"
#include "vtkWrappingHints.h"
Include dependency graph for vtkLight.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vtkLight
 a virtual light for 3D rendering More...
 

Macros

#define VTK_LIGHT_TYPE_HEADLIGHT   1
 
#define VTK_LIGHT_TYPE_CAMERA_LIGHT   2
 
#define VTK_LIGHT_TYPE_SCENE_LIGHT   3
 

Macro Definition Documentation

◆ VTK_LIGHT_TYPE_HEADLIGHT

#define VTK_LIGHT_TYPE_HEADLIGHT   1

Definition at line 154 of file vtkLight.h.

◆ VTK_LIGHT_TYPE_CAMERA_LIGHT

#define VTK_LIGHT_TYPE_CAMERA_LIGHT   2

Definition at line 155 of file vtkLight.h.

◆ VTK_LIGHT_TYPE_SCENE_LIGHT

#define VTK_LIGHT_TYPE_SCENE_LIGHT   3

Definition at line 156 of file vtkLight.h.