mirror of
https://github.com/celisej567/cool-source-archive.git
synced 2025-12-31 17:48:37 +03:00
17 lines
338 B
GLSL
17 lines
338 B
GLSL
vs.1.1
|
|
|
|
# DYNAMIC: "DOWATERFOG" "0..1"
|
|
; FIXME - this is the same as LightmappedGeneric.vsh!!!
|
|
|
|
#include "LightmappedGeneric_inc.vsh"
|
|
|
|
$detail = 0;
|
|
$envmap = 0;
|
|
$envmapcameraspace = 0;
|
|
$envmapsphere = 0;
|
|
$vertexcolor = 0;
|
|
|
|
&LightmappedGeneric( $detail, $envmap, $envmapcameraspace, $envmapsphere,
|
|
$vertexcolor );
|
|
|