mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-13 12:19:13 +00:00
1
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
vs.1.1
|
||||
|
||||
# STATIC: "HALF_LAMBERT" "0..1"
|
||||
# STATIC: "ENVMAP" "0..1"
|
||||
# STATIC: "ENVMAPCAMERASPACE" "0..0"
|
||||
# STATIC: "ENVMAPSPHERE" "0..1"
|
||||
# DYNAMIC: "DOWATERFOG" "0..1"
|
||||
# DYNAMIC: "LIGHT_COMBO" "0..21"
|
||||
# DYNAMIC: "SKINNING" "0..1"
|
||||
|
||||
# can't have envmapshere or envmapcameraspace without envmap
|
||||
# SKIP: !$ENVMAP && ( $ENVMAPSPHERE || $ENVMAPCAMERASPACE )
|
||||
|
||||
# can't have both envmapsphere and envmapcameraspace
|
||||
# SKIP: $ENVMAPSPHERE && $ENVMAPCAMERASPACE
|
||||
|
||||
# decal is by itself
|
||||
# SKIP: $DECAL && ( $DETAIL || $ENVMAP || $ENVMAPCAMERASPACE || $ENVMAPSPHERE )
|
||||
|
||||
#include "VertexLitGeneric_inc.vsh"
|
||||
|
||||
&VertexLitGeneric( 1, $ENVMAP, $ENVMAPCAMERASPACE, $ENVMAPSPHERE, 0 );
|
||||
Reference in New Issue
Block a user