Fr/$selfillum: Difference between revisions

From Valve Developer Community
< Fr
Jump to navigation Jump to search
m (Amicdict moved page $selfillum:fr to $selfillum/fr: : -> / for Template:MultiPage use.)
mNo edit summary
Line 1: Line 1:
{{lang|$selfillum|$title=$selfillum}}
{{Language subpage}}
{{translate:fr}}
The [[$selfillum]] [[VMT command]] makes a material glow in the dark. Shaders commonly support this effect.
The [[$selfillum]] [[VMT command]] makes a material glow in the dark. Shaders commonly support this effect.



Revision as of 00:15, 1 April 2023

English (en)Français (fr)Translate (Translate)

Template:Translate:fr The $selfillum VMT command makes a material glow in the dark. Shaders commonly support this effect.

The effect is masked by default by the alpha channel of $basetexture, but there are other options (see below). Wherever the mask is located, white areas are self-illuminated while black areas are not.

VMT syntax example

$selfillum <bool>
LightmappedGeneric
{
    $basetexture props/tvscreen005a
    $selfillum 1
    $surfaceprop glass
}

Additional parameters

$selfillumtint <RGB matrix>
Adjusts the colour of the self-illumination effect. Default value is "[1 1 1]".
$selfillummask <texture>
A dedicated mask texture for the effect. Might not work in Ep1.
$selfillum_envmapmask_alpha <bool>
Has the material derive its self-illumination mask from the alpha channel of the $envmapmask. Requires DirectX 9.