source: ps/trunk/binaries/data/mods/public/shaders/effects/model_water.xml@ 18561

Last change on this file since 18561 was 18561, checked in by elexis, 8 years ago

Fix fileendings of files with mixed fileendings in the public mod (except art, l10n) and in source/ (except for source/third_party/).
Thus fix lineendings in files that were missed in r18558, as reported by Imarok.

(SVN throws an error when trying to set the native filending property on a file with mixed fileendings. However when recursing it hides this error).

  • Property svn:eol-style set to native
File size: 730 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<effect>
3 <technique>
4 <require shaders="glsl"/>
5 <sort_by_distance/>
6 <pass shader="glsl/model_water">
7 <define name="USE_TRANSPARENT" value="1"/>
8 <define name="USE_SPECULAR" value="1"/>
9 <define name="USE_NORMAL_MAP" value="1"/>
10 <define name="USE_INSTANCING" value="1"/>
11 <define name="REQUIRE_ALPHA_GEQUAL" value="0.05"/>
12 <blend src="src_alpha" dst="one_minus_src_alpha"/>
13 <depth func="less" mask="true"/>
14 </pass>
15 </technique>
16 <technique>
17 <require shaders="arb"/>
18 </technique>
19 <technique>
20 <require shaders="fixed"/>
21 </technique>
22</effect>
Note: See TracBrowser for help on using the repository browser.