diff options
Diffstat (limited to 'mp/src/materialsystem/stdshaders/UnlitGeneric_EnvMapNoTexture.psh')
| -rw-r--r-- | mp/src/materialsystem/stdshaders/UnlitGeneric_EnvMapNoTexture.psh | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/mp/src/materialsystem/stdshaders/UnlitGeneric_EnvMapNoTexture.psh b/mp/src/materialsystem/stdshaders/UnlitGeneric_EnvMapNoTexture.psh index 966255fd..4225a9e1 100644 --- a/mp/src/materialsystem/stdshaders/UnlitGeneric_EnvMapNoTexture.psh +++ b/mp/src/materialsystem/stdshaders/UnlitGeneric_EnvMapNoTexture.psh @@ -1,15 +1,15 @@ -ps.1.1
-
-;------------------------------------------------------------------------------
-; Draw a texture . . woo hoo!
-; t0 - texture
-;
-; The texture coordinates need to be defined as follows:
-; tc0 - texcoords
-; c2 - envmaptint
-;------------------------------------------------------------------------------
-
-tex t1 ; cube map
-
-mul r0, v0, t1
-mul r0.rgb, r0, c2
+ps.1.1 + +;------------------------------------------------------------------------------ +; Draw a texture . . woo hoo! +; t0 - texture +; +; The texture coordinates need to be defined as follows: +; tc0 - texcoords +; c2 - envmaptint +;------------------------------------------------------------------------------ + +tex t1 ; cube map + +mul r0, v0, t1 +mul r0.rgb, r0, c2 |