Bitmasks for Specifying Tessellation Types
Parent module: TessFace
- group a3d_tessfacetype
Bitmasks for specifying a type of tessellation face data.
These flags controls the way the vertex coordinates are indexed in a A3DTessFaceData instance. It’s specified in the A3DTessFaceData::m_usUsedEntitiesFlags member.
- Version
2.0
Macro definitions
Reserved for future use. |
|
Unique triangle. |
|
Triangle fan. |
|
Triangle strip. |
|
Reserved for future use. |
|
Unique triangle with one normal. |
|
Triangle fan where the normal is defined either globally or per-point. |
|
Triangle strip where the normal is defined either globally or per-point. |
|
Reserved for future use. |
|
Unique triangle with texture coordinates. |
|
Triangle fan with texture coordinates. |
|
Triangle strip with texture coordinates. |
|
Reserved for future use. |
|
Unique triangle with texture coordinates and a globally defined normal. |
|
Triangle fan with texture coordinates where the normal is defined either globally or per-point. |
|
Triangle strip with texture coordinates where the normal is defined either globally or per-point. |