VTK  9.4.20251007
vtkOpenGLPolyDataMapper::primitiveInfo Class Reference

#include <vtkOpenGLPolyDataMapper.h>

Collaboration diagram for vtkOpenGLPolyDataMapper::primitiveInfo:
[legend]

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< vtkInformationLastRenderPassInfo

Detailed Description

Definition at line 406 of file vtkOpenGLPolyDataMapper.h.

Member Enumeration Documentation

◆ LightingTypeEnum

Represent the type of lighting used.

Forwarded from vtkOpenGLRenderer::LightingComplexityEnum.

Enumerator
NoLighting 
Headlight 
Directional 
Positional 

Definition at line 414 of file vtkOpenGLPolyDataMapper.h.

Member Data Documentation

◆ LastLightComplexity

LightingTypeEnum vtkOpenGLPolyDataMapper::primitiveInfo::LastLightComplexity = NoLighting

Definition at line 421 of file vtkOpenGLPolyDataMapper.h.

◆ LastLightCount

int vtkOpenGLPolyDataMapper::primitiveInfo::LastLightCount

Definition at line 423 of file vtkOpenGLPolyDataMapper.h.

◆ LightComplexityChanged

vtkTimeStamp vtkOpenGLPolyDataMapper::primitiveInfo::LightComplexityChanged

Definition at line 425 of file vtkOpenGLPolyDataMapper.h.

◆ LastRenderPassInfo

vtkNew<vtkInformation> vtkOpenGLPolyDataMapper::primitiveInfo::LastRenderPassInfo

Definition at line 430 of file vtkOpenGLPolyDataMapper.h.


The documentation for this class was generated from the following file: