1
0
Fork 0

Missed a couple of effects

Signed-off-by: Emilian Huminiuc <emilianh@gmail.com>
This commit is contained in:
Emilian Huminiuc 2012-11-18 00:33:42 +02:00
parent b650a0eb51
commit 67a78d6cb5
2 changed files with 3 additions and 0 deletions

View file

@ -120,6 +120,7 @@
<technique n="9"> <technique n="9">
<predicate> <predicate>
<and> <and>
<property>/sim/rendering/shaders/quality-level</property>
<property>/sim/rendering/shaders/water</property> <property>/sim/rendering/shaders/water</property>
<less-equal> <less-equal>
<value type="float">2.0</value> <value type="float">2.0</value>
@ -495,6 +496,7 @@
<technique n="11"> <!-- FIXME: this technique number overlaps the one in model-default --> <technique n="11"> <!-- FIXME: this technique number overlaps the one in model-default -->
<predicate> <predicate>
<and> <and>
<property>/sim/rendering/shaders/quality-level</property>
<property>/sim/rendering/shaders/water</property> <property>/sim/rendering/shaders/water</property>
<or> <or>
<less-equal> <less-equal>

View file

@ -37,6 +37,7 @@ in Aircraft/A320/Models/Effects/a320_bumpspec.eff ( or whatever, private to the
<technique n="11"> <!-- This number should be the same than the second technique in model-default --> <technique n="11"> <!-- This number should be the same than the second technique in model-default -->
<predicate> <predicate>
<and> <and>
<property>/sim/rendering/shaders/quality-level</property>
<property>/sim/rendering/shaders/model</property> <property>/sim/rendering/shaders/model</property>
<or> <or>
<less-equal> <less-equal>