| 
    VTK
    9.5.20251103
    
   | 
 
#include <vtkOpenGLPolyDataMapper.h>
Public Types | |
| enum | LightingTypeEnum { NoLighting = 0 , Headlight = 1 , Directional = 2 , Positional = 3 } | 
| Represent the type of lighting used.  More... | |
Public Attributes | |
| LightingTypeEnum | LastLightComplexity = NoLighting | 
| int | LastLightCount | 
| vtkTimeStamp | LightComplexityChanged | 
| vtkNew< vtkInformation > | LastRenderPassInfo | 
Definition at line 460 of file vtkOpenGLPolyDataMapper.h.
Represent the type of lighting used.
Forwarded from vtkOpenGLRenderer::LightingComplexityEnum.
| Enumerator | |
|---|---|
| NoLighting | |
| Headlight | |
| Directional | |
| Positional | |
Definition at line 468 of file vtkOpenGLPolyDataMapper.h.
| LightingTypeEnum vtkOpenGLPolyDataMapper::primitiveInfo::LastLightComplexity = NoLighting | 
Definition at line 475 of file vtkOpenGLPolyDataMapper.h.
| int vtkOpenGLPolyDataMapper::primitiveInfo::LastLightCount | 
Definition at line 477 of file vtkOpenGLPolyDataMapper.h.
| vtkTimeStamp vtkOpenGLPolyDataMapper::primitiveInfo::LightComplexityChanged | 
Definition at line 479 of file vtkOpenGLPolyDataMapper.h.
| vtkNew<vtkInformation> vtkOpenGLPolyDataMapper::primitiveInfo::LastRenderPassInfo | 
Definition at line 484 of file vtkOpenGLPolyDataMapper.h.