Category: Objects
/ Category
Since engine version: 1.0 OC
C4D_Background
Description
Object category: object is drawn behind the landscape. Useful for effects like clouds or celestial bodies.
Syntax
int C4D_Background
Remark
This category does not work in the old 8 bit graphics system.
Example
SetCategory(GetCategory() | C4D_Background);
Move the calling object into the background.