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">
|
||||
<predicate>
|
||||
<and>
|
||||
<not>
|
||||
<property>/sim/rendering/rembrandt</property>
|
||||
</not>
|
||||
<property>/sim/rendering/shaders/generic</property>
|
||||
<or>
|
||||
<less-equal>
|
||||
|
@ -192,6 +195,11 @@
|
|||
</pass>
|
||||
</technique>
|
||||
<technique n="11">
|
||||
<predicate>
|
||||
<not>
|
||||
<property>/sim/rendering/rembrandt</property>
|
||||
</not>
|
||||
</predicate>
|
||||
<pass>
|
||||
<lighting>true</lighting>
|
||||
<material>
|
||||
|
|
|
@ -64,6 +64,7 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
<season type="string" preserve="y">summer</season>
|
||||
</startup>
|
||||
<rendering>
|
||||
<rembrandt type="bool">false</rembrandt>
|
||||
<debug type="bool">false</debug>
|
||||
<realism type="int">5</realism>
|
||||
<filtering type="int">8</filtering>
|
||||
|
|
Loading…
Reference in a new issue