Ninja Library - Special Effects Function

njFadeEnable

Enables the fade effect

FORMAT

void njFadeEnable()

PARAMETER

None

RETURN

None

DESCRIPTION

Enables the fade effect.

EXAMPLE

The following fades out to green.
Float fade_val
njSetFadeColor(0xff00ff00);
njExecuteFade(fade_val);
njFadeEnable();
/* Draw models etc. */
njFadeDisable();

NOTE

The fog function cannot be used for the same object.

REFERENCE

njSetFadeColor()
njExecuteFade()
njFadeDisable()

njFadeEnable
COPYRIGHT © SEGA ENTERPRISES, LTD., 1998,1999
 The example above only explains the flow of the fog feature, and therefore, it is not for actual use.