< Home

< Programming Guide

< Supported File Formats

REFERENCE MANUAL

Macros
Bitmasks for Loop Characteristics in Face Loops

Bitmasks for specifying loop characteristics of face wires in the A3DTessFaceData::m_puiSizesWires array. More...

Macros

#define kA3DTessFaceDataWireIsNotDrawn   0x4000
 
#define kA3DTessFaceDataWireIsClosing   0x8000
 

Detailed Description

Bitmasks for specifying loop characteristics of face wires in the A3DTessFaceData::m_puiSizesWires array.

Version
2.0

Macro Definition Documentation

#define kA3DTessFaceDataWireIsNotDrawn   0x4000

Current wire is not to be drawn.

#define kA3DTessFaceDataWireIsClosing   0x8000

Current wire is closing on first point.