Loading [MathJax]/extensions/tex2jax.js
VTK  9.4.20250421
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 456 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 464 of file vtkOpenGLPolyDataMapper.h.

Member Data Documentation

◆ LastLightComplexity

LightingTypeEnum vtkOpenGLPolyDataMapper::primitiveInfo::LastLightComplexity = NoLighting

Definition at line 471 of file vtkOpenGLPolyDataMapper.h.

◆ LastLightCount

int vtkOpenGLPolyDataMapper::primitiveInfo::LastLightCount

Definition at line 473 of file vtkOpenGLPolyDataMapper.h.

◆ LightComplexityChanged

vtkTimeStamp vtkOpenGLPolyDataMapper::primitiveInfo::LightComplexityChanged

Definition at line 475 of file vtkOpenGLPolyDataMapper.h.

◆ LastRenderPassInfo

vtkNew<vtkInformation> vtkOpenGLPolyDataMapper::primitiveInfo::LastRenderPassInfo

Definition at line 480 of file vtkOpenGLPolyDataMapper.h.


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