Flags for Specifying Wire Characteristics
Bitmasks used in the A3DTess3DWireData structure to describe wire characteristics. More...
Macros | |
#define | kA3DTess3DWireDataIsClosing 0x10000000 |
#define | kA3DTess3DWireDataIsContinuous 0x20000000 |
Detailed Description
Bitmasks used in the A3DTess3DWireData structure to describe wire characteristics.
- Version
- 2.0
These bitmasks must be applied on the first unsigned int containing the number of related indexes in the array used to described current wire.
Macro Definition Documentation
◆ kA3DTess3DWireDataIsClosing
#define kA3DTess3DWireDataIsClosing 0x10000000 |
The current wire is closed.
◆ kA3DTess3DWireDataIsContinuous
#define kA3DTess3DWireDataIsContinuous 0x20000000 |
Indicates that the last point of preceding wire should be linked with the first point of the current one.