1
0
Fork 0

Default to some anisotropic texture filtering since unfiltered textures are

distracting blury when viewed from nearly edge on (as runway textures almost always are.)  This can be adjusted to individual preferences with the
--texture-filter={0,1,2,4,8,16} command line option.
This commit is contained in:
curt 2008-02-20 19:46:38 +00:00
parent 93bf290e61
commit 49288d80e1

View file

@ -47,6 +47,7 @@ Started September 2000 by David Megginson, david@megginson.com
<rendering>
<debug type="bool">false</debug>
<realism>5</realism>
<filtering>8</filtering>
<static-lod>
<detailed userarchive="y">1500</detailed>
<rough userarchive="y">9000</rough>