diff options
Diffstat (limited to 'materialsystem/stdshaders/LightmappedGeneric_VertexColor.vsh')
| -rw-r--r-- | materialsystem/stdshaders/LightmappedGeneric_VertexColor.vsh | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/materialsystem/stdshaders/LightmappedGeneric_VertexColor.vsh b/materialsystem/stdshaders/LightmappedGeneric_VertexColor.vsh new file mode 100644 index 0000000..a434a94 --- /dev/null +++ b/materialsystem/stdshaders/LightmappedGeneric_VertexColor.vsh @@ -0,0 +1,15 @@ +vs.1.1 + +# DYNAMIC: "DOWATERFOG" "0..1" + +#include "LightmappedGeneric_inc.vsh" + +$detail = 0; +$envmap = 0; +$envmapcameraspace = 0; +$envmapsphere = 0; +$vertexcolor = 1; + +&LightmappedGeneric( $detail, $envmap, $envmapcameraspace, $envmapsphere, + $vertexcolor ); + |