SetTranslucent: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(New page: SetTranslucent(alpha, mode) *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 ...)
(No difference)

Revision as of 15:38, 2 February 2010

SetTranslucent(alpha, mode)

  • 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).

Sets the translucency percentage of the actor, allowing switching from translucent rendering, additive translucency or fuzz effect to another. 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