1
0
forked from 0ad/0ad
0ad/binaries/data/mods
Ykkrosh 14a73204dd Disable distance-sorting for most transparent objects
Distance-sorting of the alpha-blend pass of objects like trees and grass
is quite expensive (partly the cost of sorting, partly the cost of being
unable to batch efficiently), and the effect on visual quality is
typically very hard to see (the alpha-test pass does most of the work
for
objects that aren't fully translucent). That's not a good tradeoff, so
turn it off.

Leave distance sorting enabled for e.g. waterfalls since it might make a
more noticeable difference for them.

This was SVN commit r13753.
2013-08-24 14:48:02 +00:00
..
_test.dae/art Added binaries and some example data for COLLADA conversion. 2007-03-01 22:34:38 +00:00
_test.minimal Clean up some svn:executable flags 2010-05-08 23:17:08 +00:00
_test.sim Add flag to VisualActor for entities that should only be visible in Atlas. Patch by KareemErgawy. Fixes #1411. 2013-06-09 23:18:21 +00:00
_test.tex/art/textures Add test for NVTT bug 2010-10-07 10:56:38 +00:00
_test.xero * Moved command-line options list from system.cfg into readme.txt. Updated the list to reflect reality. Removed -novbo option because you can use the .cfg file instead. 2006-12-20 03:09:21 +00:00
public Disable distance-sorting for most transparent objects 2013-08-24 14:48:02 +00:00