|
VTK
9.4.2
|
#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 495 of file vtkOpenGLPolyDataMapper.h.
Represent the type of lighting used.
Forwarded from vtkOpenGLRenderer::LightingComplexityEnum.
| Enumerator | |
|---|---|
| NoLighting | |
| Headlight | |
| Directional | |
| Positional | |
Definition at line 503 of file vtkOpenGLPolyDataMapper.h.
| LightingTypeEnum vtkOpenGLPolyDataMapper::primitiveInfo::LastLightComplexity = NoLighting |
Definition at line 510 of file vtkOpenGLPolyDataMapper.h.
| int vtkOpenGLPolyDataMapper::primitiveInfo::LastLightCount |
Definition at line 512 of file vtkOpenGLPolyDataMapper.h.
| vtkTimeStamp vtkOpenGLPolyDataMapper::primitiveInfo::LightComplexityChanged |
Definition at line 514 of file vtkOpenGLPolyDataMapper.h.
| vtkNew<vtkInformation> vtkOpenGLPolyDataMapper::primitiveInfo::LastRenderPassInfo |
Definition at line 519 of file vtkOpenGLPolyDataMapper.h.