Renderable::SetRenderableFlags
Defined in:
Sets the miscellaneous renderable flags.
C4Renderable.h
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. |
See Also