ExOpenGLMetafileStream.h
Members |
Description |
OdOpenGLMetaRecType_Empty = 0x00 |
No data |
OdOpenGLMetaRecType_EnableOpt = 0x01 |
glEnable with optimization |
OdOpenGLMetaRecType_DisableOpt = 0x02 |
glDisable with optimization |
OdOpenGLMetaRecType_Color = 0x03 |
glColor |
OdOpenGLMetaRecType_EnableArray = 0x04 |
glEnableClientState/glXXXPointer |
OdOpenGLMetaRecType_DisableArray = 0x05 |
glDisableClientState |
OdOpenGLMetaRecType_DrawArrays = 0x06 |
glDrawArrays |
OdOpenGLMetaRecType_DrawElements = 0x07 |
glDrawElements |
OdOpenGLMetaRecType_CullFace = 0x08 |
glCullFace |
OdOpenGLMetaRecType_LStipple = 0x09 |
glLineStipple |
OdOpenGLMetaRecType_PStipple = 0x0A |
glPolygonStipple |
OdOpenGLMetaRecType_VPoint = 0x0B |
Single point |
OdOpenGLMetaRecType_VLine = 0x0C |
Single line |
OdOpenGLMetaRecType_IPoint = 0x0D |
Single indexed point |
OdOpenGLMetaRecType_ILine = 0x0E |
Single indexed line |
OdOpenGLMetaRecType_HLRStencil = 0x0F |
Only for HLR mode |
OdOpenGLMetaRecType_EnableShading = 0x10 |
Enable shading flag |
OdOpenGLMetaRecType_DisableShading = 0x11 |
Disable shading flag |
OdOpenGLMetaRecType_Material = 0x12 |
Change material (shaded mode) |
OdOpenGLMetaRecType_UserEntry = 0x13 |
User can process own data entries |
OdOpenGLMetaRecType_InitTexture = 0x14 |
Set texture for raster image |
OdOpenGLMetaRecType_UninitTexture = 0x15 |
Reset texture for raster image |
OdOpenGLMetaRecType_SelectionMarker = 0x16 |
Stand-alone selection marker |
OdOpenGLMetaRecType_EnableMarkerArray = 0x17 |
Enable selection markers array |
OdOpenGLMetaRecType_DisableMarkerArray = 0x18 |
Disable selection markers array |
OdOpenGLMetaRecType_SelectionFlags = 0x19 |
Display and selection geometry markers |
OdOpenGLMetaRecType_Lineweight = 0x1A |
Lineweight |
OdOpenGLMetaRecType_Linestyle = 0x1B |
Cap&Joint style |
OdOpenGLMetaRecType_TtfText = 0x1C |
Cached TtfFont |
OdOpenGLMetaRecType_NTypes |
last + 1 |
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|