2 registered members (TipmyPip, 1 invisible),
18,789
guests, and 8
spiders. |
Key:
Admin,
Global Mod,
Mod
|
|
|
Re: WILL push A7 to its limit!
[Re: Roel]
#352522
01/04/11 08:05
01/04/11 08:05
|
Joined: Nov 2004
Posts: 7,121 Potsdam, Brandenburg, Germany
Machinery_Frank
Senior Expert
|
Senior Expert
Joined: Nov 2004
Posts: 7,121
Potsdam, Brandenburg, Germany
|
This depends on the texture format. Yes, tga can be compressed (I use GIMP as well). And you could also use DDS. DDS DXT1 as an example can even compress TGA files to about 25 percent of original size. And a game can transfer it in this compressed small size to the GPU. The GPU will decompress it with the S3T algorithms.
But as you can see: All this could be tested when you try to work with real textures instead of untextured place holders. And it can be a waste of time when you have to rework each texture and model just to reduce number of draw calls or to reduce data transfer to the GPU, or memory usage.
Models, Textures and Games from Dexsoft
|
|
|
Re: WILL push A7 to its limit!
[Re: FBL]
#352532
01/04/11 10:09
01/04/11 10:09
|
Joined: Nov 2004
Posts: 7,121 Potsdam, Brandenburg, Germany
Machinery_Frank
Senior Expert
|
Senior Expert
Joined: Nov 2004
Posts: 7,121
Potsdam, Brandenburg, Germany
|
As far as I know it not only influences the loading time. It also influences the transfer to the graphics card and thus can have an impact at rendering speed when there are many switches between different textures.
With that in mind it could be in some situations (especially with bigger textures) that DDS also improves the performance. But to be honest, I did no benchmark so far. This is pure theory.
Models, Textures and Games from Dexsoft
|
|
|
Re: WILL push A7 to its limit!
[Re: Machinery_Frank]
#352534
01/04/11 10:30
01/04/11 10:30
|
Joined: Apr 2005
Posts: 4,506 Germany
fogman
Expert
|
Expert
Joined: Apr 2005
Posts: 4,506
Germany
|
As I develop my levelgeometry in conjunction with the textures, this would be no option for my project. However, as I´ve stated - each master to his own technique. 
no science involved
|
|
|
Re: WILL push A7 to its limit!
[Re: Machinery_Frank]
#352536
01/04/11 10:51
01/04/11 10:51
|
Joined: Sep 2003
Posts: 9,859
FBL
Senior Expert
|
Senior Expert
Joined: Sep 2003
Posts: 9,859
|
As far as I know it not only influences the loading time. It also influences the transfer to the graphics card and thus can have an impact at rendering speed when there are many switches between different textures.
I'm not sure if we're still talking about the same thing. If you're talking about multiple textures vs. single texture you're right. I was talking about single "empty" texture. Apart from DDS the engine uncompresses any compressed format anyway internally which my result in different loading time for "empty" and "filled" textures. But rendering time should be the same.
|
|
|
Re: WILL push A7 to its limit!
[Re: FBL]
#352547
01/04/11 12:03
01/04/11 12:03
|
Joined: Nov 2004
Posts: 7,121 Potsdam, Brandenburg, Germany
Machinery_Frank
Senior Expert
|
Senior Expert
Joined: Nov 2004
Posts: 7,121
Potsdam, Brandenburg, Germany
|
If that is true then it is not a very smart design of 3DGS. DDS should not be internally decompressed, it should be sent in compressed state to the graphics card. What I am talking about is indeed a good testbed for checking: - how big can textures be - what format is best - is it better to have little small vs. a few big textures (containing other textures via atlas) - is it better to have bigger poly models vs. many with small poly budget - how many texture memory can be used (with or without lightmaps) - how much does it help to remove non-visible polygons - how big is the impact of several shaders - how big is the impact of animated models - ... All this can be seen best with a sample scene containing everything in the aimed quality. And if someone dont has the models and textures, it is easy and really cheap to get them from decent indie-friendly shops 
Models, Textures and Games from Dexsoft
|
|
|
Re: WILL push A7 to its limit!
[Re: darkinferno]
#353068
01/07/11 17:30
01/07/11 17:30
|
Joined: Jul 2004
Posts: 4,206 Innsbruck, Austria
sPlKe
Expert
|
Expert
Joined: Jul 2004
Posts: 4,206
Innsbruck, Austria
|
[
so please state if youre saying HE cant push the engine using free stuff or youre saying that this engine CANT create amazing scenery using free stuff, note the keyword being "free" sorry i took so long, i am very busy. i say HE cant do it. I know the engine CAN but HE cannot...
|
|
|
Re: WILL push A7 to its limit!
[Re: sPlKe]
#355981
01/30/11 10:23
01/30/11 10:23
|
Joined: Apr 2007
Posts: 3,751 Canada
WretchedSid
Expert
|
Expert
Joined: Apr 2007
Posts: 3,751
Canada
|
Shitlord by trade and passion. Graphics programmer at Laminar Research. I write blog posts at feresignum.com
|
|
|
|