Modified source engine (2017) developed by valve and leaked in 2020. Not for commercial purporses
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
568 B

vs.1.1
# DYNAMIC: "DOWATERFOG" "0..1"
# STATIC: "DETAIL" "0..1"
# STATIC: "ENVMAP" "0..1"
# STATIC: "ENVMAPCAMERASPACE" "0..0"
# STATIC: "ENVMAPSPHERE" "0..1"
# STATIC: "VERTEXCOLOR" "0..1"
# can't have envmapshere or envmapcameraspace without envmap
# SKIP: !$ENVMAP && ( $ENVMAPSPHERE || $ENVMAPCAMERASPACE )
# can't have both envmapsphere and envmapcameraspace
# SKIP: $ENVMAPSPHERE && $ENVMAPCAMERASPACE
#include "LightmappedGeneric_inc.vsh"
&LightmappedGeneric( $DETAIL, $ENVMAP, $ENVMAPCAMERASPACE, $ENVMAPSPHERE,
$VERTEXCOLOR );