SetTranslucent

From Eternity Wiki
Jump to navigationJump to search

Description

Sets the translucency percentage of the actor, allowing switching from translucent rendering, additive translucency or fuzz effect to another.

Usage

SetTranslucent(alpha, mode)

Parameters

  • alpha: (fixed point value) a number from 0 to 1 setting the alpha (opacity) value
  • mode: whether to use normal translucency (0), additive translucency (1) or spectre fuzz (2).

Examples

No examples given.

Notes

In effect it may set or clear the TLSTYLEADD or SHADOW flags. Boom TRANSLUCENT rendering is removed by this flag and replaced by the newer customizable translucency that doesn't depend on that flag.

See also