Shaders in hlmv\: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The <code>hlmv\</code> folder of <code>Source Materials.gcf</code> contain shaders dedicated to [[Model_Viewer|HLMV (Half-Life Model Viewer)]]:
{{Orphan|date=January 2024}}
 
The <code>hlmv\</code> folder of <code>Source Materials.gcf</code> contain shaders dedicated to [[HLMV|HLMV (Half-Life Model Viewer)]]:


*[[VertexLitGeneric]] is used for the <code>background.vmt</code> material.
*[[VertexLitGeneric]] is used for the <code>background.vmt</code> material.
*[[UnlitGeneric]] is used for 5 materials.
*[[UnlitGeneric]] is used for 5 materials.
*[[Shader_Types_and_Parameters|Wireframe]] is used for two materials: <code>debugmrmwireframe.vmt</code> and <code>debugwireframe.vmt</code>
*[[Wireframe]] is used for two materials: <code>debugmrmwireframe.vmt</code> and <code>debugwireframe.vmt</code>
 


[[Category:Shaders]]
[[Category:Shaders]]

Latest revision as of 21:27, 25 May 2024

The hlmv\ folder of Source Materials.gcf contain shaders dedicated to HLMV (Half-Life Model Viewer):