VTK  9.5.20250918
Public Types | Public Attributes | List of all members
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 457 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 465 of file vtkOpenGLPolyDataMapper.h.

Member Data Documentation

◆ LastLightComplexity

LightingTypeEnum vtkOpenGLPolyDataMapper::primitiveInfo::LastLightComplexity = NoLighting

Definition at line 472 of file vtkOpenGLPolyDataMapper.h.

◆ LastLightCount

int vtkOpenGLPolyDataMapper::primitiveInfo::LastLightCount

Definition at line 474 of file vtkOpenGLPolyDataMapper.h.

◆ LightComplexityChanged

vtkTimeStamp vtkOpenGLPolyDataMapper::primitiveInfo::LightComplexityChanged

Definition at line 476 of file vtkOpenGLPolyDataMapper.h.

◆ LastRenderPassInfo

vtkNew<vtkInformation> vtkOpenGLPolyDataMapper::primitiveInfo::LastRenderPassInfo

Definition at line 481 of file vtkOpenGLPolyDataMapper.h.


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