This article's documentation is for anything that uses the Source engine. Click here for more information.

Eyes: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (→‎See also: clean up, replaced: See Also → See also)
m (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.)
Line 4: Line 4:
{{stub}}
{{stub}}
[[File:Eye alyxep2.jpg|thumb|Alyx's eyeball in [[Episode Two]], using this shader.]]
[[File:Eye alyxep2.jpg|thumb|Alyx's eyeball in [[Episode Two]], using this shader.]]
{{this is a|s1|name=Eyes}} It creates character eyes by defining a white sclera texture and an iris texture to be drawn on top of it.
{{this is a|vertex shader|name=Eyes}} It creates character eyes by defining a white sclera texture and an iris texture to be drawn on top of it.


==Parameters==
==Parameters==

Revision as of 17:50, 17 May 2024

English (en)Translate (Translate)
This article is about the obsolete shader. For the succeeding shader, see EyeRefract.  For the QC property of $model, see Eyeball./ For the tool, see qc_eyes.
Obsolete-notext.png
This entity is obsolete. Its use is discouraged. It may only exist/function in older engine branches.
It has since been deprecated by: EyeRefract.

Stub

This article or section is a stub. You can help by expanding it.

Alyx's eyeball in Episode Two, using this shader.

Eyes is a Vertex shader available in all Source Source games. It creates character eyes by defining a white sclera texture and an iris texture to be drawn on top of it.

Parameters

$basetexture $iris $halflambert

See also