PrimitiveGeometryObject::SetPrimitiveFlags
Defined in:
Sets the primitive geometry flags.
C4Primitives.h
Prototype
void SetPrimitiveFlags(uint32 flags);
Parameters
flags |
The new primitive geometry flags. |
Description
The SetPrimitiveFlags
function sets the primitive geometry flags. The flags
parameter can be a combination (through logical OR) of the following constants.
kPrimitiveEndcap |
The primitive should be built with endcaps, if applicable. |
kPrimitiveInvert |
The primitive should be built inverted. |
See Also