Create the /sim/rendering/rembrandt boolean property (set to false) and test it in default effect
This commit is contained in:
parent
1b977e7342
commit
68ffab1066
2 changed files with 9 additions and 0 deletions
|
@ -35,6 +35,9 @@
|
||||||
<technique n="10">
|
<technique n="10">
|
||||||
<predicate>
|
<predicate>
|
||||||
<and>
|
<and>
|
||||||
|
<not>
|
||||||
|
<property>/sim/rendering/rembrandt</property>
|
||||||
|
</not>
|
||||||
<property>/sim/rendering/shaders/generic</property>
|
<property>/sim/rendering/shaders/generic</property>
|
||||||
<or>
|
<or>
|
||||||
<less-equal>
|
<less-equal>
|
||||||
|
@ -192,6 +195,11 @@
|
||||||
</pass>
|
</pass>
|
||||||
</technique>
|
</technique>
|
||||||
<technique n="11">
|
<technique n="11">
|
||||||
|
<predicate>
|
||||||
|
<not>
|
||||||
|
<property>/sim/rendering/rembrandt</property>
|
||||||
|
</not>
|
||||||
|
</predicate>
|
||||||
<pass>
|
<pass>
|
||||||
<lighting>true</lighting>
|
<lighting>true</lighting>
|
||||||
<material>
|
<material>
|
||||||
|
|
|
@ -64,6 +64,7 @@ Started September 2000 by David Megginson, david@megginson.com
|
||||||
<season type="string" preserve="y">summer</season>
|
<season type="string" preserve="y">summer</season>
|
||||||
</startup>
|
</startup>
|
||||||
<rendering>
|
<rendering>
|
||||||
|
<rembrandt type="bool">false</rembrandt>
|
||||||
<debug type="bool">false</debug>
|
<debug type="bool">false</debug>
|
||||||
<realism type="int">5</realism>
|
<realism type="int">5</realism>
|
||||||
<filtering type="int">8</filtering>
|
<filtering type="int">8</filtering>
|
||||||
|
|
Loading…
Add table
Reference in a new issue