VTK  9.5.2
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 364 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 372 of file vtkOpenGLPolyDataMapper.h.

Member Data Documentation

◆ LastLightComplexity

LightingTypeEnum vtkOpenGLPolyDataMapper::primitiveInfo::LastLightComplexity = NoLighting

Definition at line 379 of file vtkOpenGLPolyDataMapper.h.

◆ LastLightCount

int vtkOpenGLPolyDataMapper::primitiveInfo::LastLightCount

Definition at line 381 of file vtkOpenGLPolyDataMapper.h.

◆ LightComplexityChanged

vtkTimeStamp vtkOpenGLPolyDataMapper::primitiveInfo::LightComplexityChanged

Definition at line 383 of file vtkOpenGLPolyDataMapper.h.

◆ LastRenderPassInfo

vtkNew<vtkInformation> vtkOpenGLPolyDataMapper::primitiveInfo::LastRenderPassInfo

Definition at line 388 of file vtkOpenGLPolyDataMapper.h.


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