$rimlight: Difference between revisions
Jump to navigation
Jump to search
Note:Requires $phong to be set to 1.
Thunder4ik (talk | contribs) m (→top: Unicodifying, replaced: [[Image: → [[File:) |
(Preparing page for move. This action was perfomed by a bot under supervision.) |
||
Line 1: | Line 1: | ||
{{ | {{langsp}} | ||
[[File:Heavy_rim.jpg|thumb|200px|Example of rim lighting in use on the TF2 Heavy.]] | [[File:Heavy_rim.jpg|thumb|200px|Example of rim lighting in use on the TF2 Heavy.]] | ||
Line 36: | Line 37: | ||
* [[Phong materials]] | * [[Phong materials]] | ||
* [[Phong materials#Phong Fresnel ranges|Phong Fresnel ranges]] | * [[Phong materials#Phong Fresnel ranges|Phong Fresnel ranges]] | ||
Revision as of 14:28, 11 January 2024
Template:Shaderparam It adds a constant rim light to the model that appears to come indirectly from the environment. The color of the rim light is directly influenced by ambient light and behave closer to $phongfresnelranges Z component.

- Todo: Explain similarities and differences of Phong Fresnel ranges.
Warning:
Features no visible effect. however, you can increase $phongfresnelranges Z vector to archive a closer effect.
VMT syntax
$rimlight <bool>
VertexLitGeneric { $phong 1 $bumpmap <texture> $phongexponent 5 $phongexponenttexture <texture> $phongboost 1.0 $phongfresnelranges "[0 0.5 1]" $rimlight 1 $rimlightexponent 2 $rimlightboost .2 }
Additional Parameters
$rimlightexponent
$rimlightboost
$rimmask
$phongtint