Bitmasks for Loop Characteristics in Face Loops
Bitmasks for specifying loop characteristics of face wires in the A3DTessFaceData::m_puiSizesWires array. More...
Macros | |
#define | kA3DTessFaceDataWireIsClosing 0x8000 |
#define | kA3DTessFaceDataWireIsNotDrawn 0x4000 |
Detailed Description
Bitmasks for specifying loop characteristics of face wires in the A3DTessFaceData::m_puiSizesWires array.
- Version
- 2.0
Macro Definition Documentation
◆ kA3DTessFaceDataWireIsNotDrawn
#define kA3DTessFaceDataWireIsNotDrawn 0x4000 |
Current wire is not to be drawn.
◆ kA3DTessFaceDataWireIsClosing
#define kA3DTessFaceDataWireIsClosing 0x8000 |
Current wire is closing on first point.