C4 Engine Terathon Software C4 Engine API Documentation

• World Manager

API Links
Developer Links

PrimitiveGeometryObject::SetPrimitiveFlags

Defined in:  C4Primitives.h
Sets the primitive geometry flags.
Prototype

void SetPrimitiveFlags(unsigned_int32 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 values.
kPrimitiveEndcap The primitive should be built with endcaps, if applicable.
kPrimitiveInvert The primitive should be built inverted.
See Also

PrimitiveGeometryObject::GetPrimitiveFlags