CompileClip: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
m (β†’β€Žtop: clean up, added stub, deadend tags)
Line 1: Line 1:
{{Dead end|date=January 2024}}
Compiles the texture as a '''clip''' texture, meaning your texture will behave the same as the tools/toolsclip.
Compiles the texture as a '''clip''' texture, meaning your texture will behave the same as the tools/toolsclip.


Line 11: Line 12:
[[Category:Material System]]
[[Category:Material System]]
[[Category:Shader parameters]]
[[Category:Shader parameters]]
{{stub}}

Revision as of 08:40, 21 January 2024

Dead End - Icon.png
This article has no Wikipedia icon links to other VDC articles. Please help improve this article by adding links Wikipedia icon that are relevant to the context within the existing text.
January 2024

Compiles the texture as a clip texture, meaning your texture will behave the same as the tools/toolsclip.

Example:

LightmappedGeneric
{
$basetexture developer/custom_clip
%compileclip 1
}


Stub

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