C4D_Background

Category: Objects / Category
Since engine version: 4.9.1.0 GWE

Description

Object category: object is drawn behind the landscape. Useful for effects like clouds or celestial bodies.

Syntax

int  C4D_Background ();

Remarks

This value is also defined as a constant. Thus the parameter brackets can be omitted.
This category does not work in the old 8 bit graphics system.

Example

SetCategory(GetCategory() | C4D_Background());
Move the calling object into the background.
See also: C4D_Parallax, GetCategory, GetDefinition, SetCategory
Sven2, Juni 2003