A3DTessMarkupData

Fields

A3DUns32

m_uiCodesSize

A3DUns32 *

m_puiCodes

A3DUns32

m_uiTextsSize

A3DUTF8Char **

m_ppcTexts

A3DUTF8Char *

m_pcLabel

A3DInt8

m_cBehaviour

Detailed Description

struct A3DTessMarkupData

TessMarkupData structure.

The A3DTessMarkup entity contains data stored in the A3DTessBaseData structure. For this structure, the A3DTessBaseData::m_bIsCalculated is not applicable and must be set to false.

Version

2.0

For information about the values for the m_cBehaviour member, see Bitmasks for markup options.

Text referenced by the m_ppcTexts member must be UTF-8 encoded.

Public Members

A3DUns32 m_uiCodesSize

The size of m_puiCodes.

A3DUns32 *m_puiCodes

Array of codes. See explanations in Tessellation for Markups.

A3DUns32 m_uiTextsSize

The size of m_ppcTexts.

A3DUTF8Char **m_ppcTexts

Texts used in tessellation. See explanations in Tessellation for Markups.

A3DUTF8Char *m_pcLabel

Markup label.

A3DInt8 m_cBehaviour

Flags for tessellation. See Bitmasks for markup options.