Renderable::GetRenderableFlags
Defined in:
Returns the miscellaneous renderable flags.
C4Renderable.h
Prototype
uint32 GetRenderableFlags(void) const;
Description
The GetRenderableFlags
function returns the miscellaneous renderable flags, which can be a combination (through logical OR) 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