Made Sky Dome enabled by default, with dynamic time and background landscape + warned the user about lower frame rates (graphics options menu)
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4576 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 2e0090018f43bbb93daeab1c800b821695929e65 Former-commit-id: 334cf709c62b83d65292d8344e0d8687d5dd6912
This commit is contained in:
parent
b0e51ca92b
commit
5ee9ae5a06
1 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
<!--
|
<!--
|
||||||
file : graph.xml
|
file : graph.xml
|
||||||
created : Sun Dec 2 11:58:59 CET 2001
|
created : Sun Dec 2 11:58:59 CET 2001
|
||||||
copyright : (C) 2001 by Eric Espié
|
copyright : (C) 2001 by Eric Espi<EFBFBD>
|
||||||
email : Eric.Espie@torcs.org
|
email : Eric.Espie@torcs.org
|
||||||
version : $Id$
|
version : $Id$
|
||||||
-->
|
-->
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
<!DOCTYPE params SYSTEM "../../../libs/tgf/params.dtd">
|
<!DOCTYPE params SYSTEM "../../../libs/tgf/params.dtd">
|
||||||
|
|
||||||
<params name="graph" type="param" mode="mw" version="1.6">
|
<params name="graph" type="param" mode="mw" version="1.7">
|
||||||
<section name="Graphic">
|
<section name="Graphic">
|
||||||
<attnum name="smoke value" val="300"/>
|
<attnum name="smoke value" val="300"/>
|
||||||
<attnum name="smoke interval" val="0.01"/>
|
<attnum name="smoke interval" val="0.01"/>
|
||||||
|
@ -26,11 +26,11 @@
|
||||||
|
|
||||||
<attnum name="fov factor" unit="%" val="100"/>
|
<attnum name="fov factor" unit="%" val="100"/>
|
||||||
<attnum name="LOD Factor" val="1"/>
|
<attnum name="LOD Factor" val="1"/>
|
||||||
<attnum name="sky dome distance" val="0"/>
|
<attnum name="sky dome distance" val="80000"/>
|
||||||
<attstr name="dynamic sky dome" val="disabled"/>
|
<attstr name="dynamic sky dome" val="enabled"/>
|
||||||
<attnum name="precipitation density" unit="%" val="100"/>
|
<attnum name="precipitation density" unit="%" val="100"/>
|
||||||
<attnum name="cloudlayer" val="1"/>
|
<attnum name="cloudlayer" val="1"/>
|
||||||
<attstr name="background skydome" val="disabled"/>
|
<attstr name="background skydome" val="enabled"/>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section name="Playable Cameras Distance of Views">
|
<section name="Playable Cameras Distance of Views">
|
||||||
|
|
Loading…
Reference in a new issue