Post #2by t00fri » 26.10.2004, 19:28
rthorvald,
yes, this is a familiar issue. Before your time in the
forum, we had extensive "R&D"-type discussions on that issue.
-- Take at least DXT3/24bit color. For textures it's OK.
Forget about DXT1.
-- You need a good conversion algorithm. Unfortunately,
some converters are still buggy. The nvidia tool is
quite good but excessively slow and limited to <= 16k
textures. So for me this is not interesting.
Hence, I coded my own converter ('texconvert')
that uses the latest open source DeVIL library. It's
lightening fast and good for DXT1,3,5.
The sources are available. I even coded a port for Win,
since the Win guys kept complaining that they were
unable to learn how to do a trivial compile themselves
with a free compiler in Win...(I will never be able to
follow this logics..)
-- For hires /normal/ maps, DXT3 is still a big problem.
DDS format is just not smooth enough. JPG/PNG
almost always win, but these formats are too
slow/large for really big textures.
Bye Fridger