Difference between revisions of "SetActorAlpha"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>JOG
imported>Elim Garak
Line 8: Line 8:
Sets the actor's alpha value (how transparent they are).
Sets the actor's alpha value (how transparent they are).


'''Notice''': Since the Gamebryo-Engine has still problems with soft alpha overlays, this parameter may cause strange effects with alpha masks on textures, e.g. leaving a transparency border around some parts of hair meshes.


[[Category: Functions]]
[[Category: Functions]]
[[Category: Magic Functions]]
[[Category: Magic Functions]]
[[Category:Actor Functions]]
[[Category:Actor Functions]]

Revision as of 16:21, 28 June 2006

Syntax:

SetActorAlpha [0.0 - 1.0]
saa [0.0 - 1.0]

Example:

SetActorAlpha .5


Sets the actor's alpha value (how transparent they are).

Notice: Since the Gamebryo-Engine has still problems with soft alpha overlays, this parameter may cause strange effects with alpha masks on textures, e.g. leaving a transparency border around some parts of hair meshes.