Bitmasks used in the A3DTess3DWireData structure to describe wire characteristics. More...
Macros | |
#define | kA3DTess3DWireDataIsClosing 0x10000000 |
#define | kA3DTess3DWireDataIsContinuous 0x20000000 |
Bitmasks used in the A3DTess3DWireData structure to describe wire characteristics.
These bitmasks must be applied on the first unsigned int containing the number of related indexes in the array used to described current wire.
#define kA3DTess3DWireDataIsClosing 0x10000000 |
The current wire is closed.
#define kA3DTess3DWireDataIsContinuous 0x20000000 |
Indicates that the last point of preceding wire should be linked with the first point of the current one.