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