Initialize some default rendering options
This commit is contained in:
parent
88b3a553d4
commit
24c5b2e512
1 changed files with 5 additions and 2 deletions
|
@ -32,8 +32,11 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
</startup>
|
||||
<rendering>
|
||||
<debug type="bool">false</debug>
|
||||
<random-objects>true</random-objects>
|
||||
<draw-otw>true</draw-otw>
|
||||
<random-objects type="bool">true</random-objects>
|
||||
<horizon-effect type="bool">false</horizon-effect>
|
||||
<enhanced-lighting type="bool">false</enhanced-lighting>
|
||||
<distance-attenuation type="bool">false</distance-attenuation>
|
||||
<draw-otw type="bool">true</draw-otw>
|
||||
</rendering>
|
||||
<model-hz type="int">120</model-hz>
|
||||
<sound>
|
||||
|
|
Loading…
Reference in a new issue