C4 Engine
C4 Engine API Documentation

Renderable::SetRenderableFlags

Defined in:  C4Renderable.h
Sets the miscellaneous renderable flags.
Prototype

void SetRenderableFlags(uint32 flags);

Parameters
flags The new renderable flags.
Description
The SetRenderableFlags function sets the miscellaneous renderable flags. The flags parameter may be any combination of the following bit flags.
kRenderableStructureInhibit Do not render into the structure or velocity buffers at all.
kRenderableVelocityZero Always render zero in the velocity buffer.
kRenderableComplexMotionBlur Render complex motion blur. (See FGED2, Section 10.7.2.)
kRenderableFogInhibit Do not render with fog.
By default, none of a renderable object's miscellaneous renderable flags are set.
See Also

Renderable::GetRenderableFlags