No I haven´t seen it, because I saw it only with black or transparent background and where you would not found it because the border is black, thanks. I have only seen the small lines that goes away from the explosion line.rattle wrote:Look at the right side, you probably see the hard border yourself.
If you want to use DDS I'd use the format with the least loss in color/alpha information (DXT3?).
Direct Draw Surface (DDS)?
Moderator: Moderators
- LathanStanley
- Posts: 1429
- Joined: 20 Jun 2005, 05:16
I never said the filesize was greater or less... just the renderer fps....
but yeah, when argh converted all the .tga textures on all my models to .dds, he 1/4th'd the number of pixels on each file, after I re-.dds'd them to the same size images, not x/2,y/2 the filesize was relatively close, allbeit the tga was bigger, but the tga out performed the dds....
as argh said, something is effin wrong with the dds support... I've done some explicit reading on dds, how to render an image into dds and well, maintain the correct image quality etc, mostly by adding a very small noize factor and blushing the image with green before converting.... that helps to reduce the dds artifacts that an image looses from compression...
and frankly, dds is FAR superior to tga, in "theory" anyways...

but yeah, when argh converted all the .tga textures on all my models to .dds, he 1/4th'd the number of pixels on each file, after I re-.dds'd them to the same size images, not x/2,y/2 the filesize was relatively close, allbeit the tga was bigger, but the tga out performed the dds....
as argh said, something is effin wrong with the dds support... I've done some explicit reading on dds, how to render an image into dds and well, maintain the correct image quality etc, mostly by adding a very small noize factor and blushing the image with green before converting.... that helps to reduce the dds artifacts that an image looses from compression...
and frankly, dds is FAR superior to tga, in "theory" anyways...
EEEYYYYYYY!
Haven't tested performance or anything, but...
tga (uncompressed)-full quality- 1.0MB
dxt1-low quality-alpha mask (on or off) 170kb
dxt3-reasonable quality-lowered colour depth and alpha bit depth 341kb
dxt5-good quality- 341kb
Not sure why the dxt3 and 5 are the same size, they're definitely of different qualities...dxtbmp (program I use) might be strange.
edit: alright, I did a few tests with regards to performance.
The dxt5 dds (not the posted one as it was non-square and crashed spring and upspring) gave me 2 more fps (40->42, all settings maxed + 8192x8192 shadowmaps, no dyn water on EE-Waterways on 101 simbase commanders) than the tga...not really a noteworthy difference.
On an unrelated note, I noticed that non-square non-power of 2 textures work fine except for .dds.
Conclusion: dds is way smaller, and a tiny bit faster...use dxt5, it doesn't make the fonz look like crap.
tga (uncompressed)-full quality- 1.0MB
dxt1-low quality-alpha mask (on or off) 170kb
dxt3-reasonable quality-lowered colour depth and alpha bit depth 341kb
dxt5-good quality- 341kb
Not sure why the dxt3 and 5 are the same size, they're definitely of different qualities...dxtbmp (program I use) might be strange.
edit: alright, I did a few tests with regards to performance.
The dxt5 dds (not the posted one as it was non-square and crashed spring and upspring) gave me 2 more fps (40->42, all settings maxed + 8192x8192 shadowmaps, no dyn water on EE-Waterways on 101 simbase commanders) than the tga...not really a noteworthy difference.
On an unrelated note, I noticed that non-square non-power of 2 textures work fine except for .dds.
Conclusion: dds is way smaller, and a tiny bit faster...use dxt5, it doesn't make the fonz look like crap.
You don't see performance increases with compressed textures until you're saturating the bandwidth or memory. Set Doom 3 to Ultra detail and then to High for a comparison, that game uses a lot more texture memory. DXT might be more useful to have higher resolution map textures without nuking the video memory.
If we look at the commercial game industries they are using .dds. I remember FarCry is using dds. And if a game company is using dds and with a good result it can not be bad to use it.
Some informations about .dds:
http://www.gamasutra.com/features/20051 ... e_01.shtml
I decided for me to use .dds for Spring in the feature. And if we could get full support for dds it would be fantastic.[/url]
Some informations about .dds:
http://www.gamasutra.com/features/20051 ... e_01.shtml
I decided for me to use .dds for Spring in the feature. And if we could get full support for dds it would be fantastic.[/url]