Question about moviepacks and fps

Got something that makes Armagetron look shiny? Post it here.
Post Reply
User avatar
dukevin
Round Winner
Posts: 219
Joined: Mon Aug 30, 2010 8:25 am
Location: Southern California
Contact:

Question about moviepacks and fps

Post by dukevin »

I'm assuming yes, but if I have bigger image files in moviepacks, does this result in loss of fps?

If I have image files twice as big as normal, would there be a significant loss in fps?
Image
User avatar
Z-Man
God & Project Admin
Posts: 11587
Joined: Sun Jan 23, 2005 6:01 pm
Location: Cologne
Contact:

Re: Question about moviepacks and fps

Post by Z-Man »

Depends on your hardware. On reasonably modern GPUs, larger textures shouldn't be too much of a slowdown. We're wasting most of the silicon not doing any complicated shading or multiple texture lookups per pixel, so the limits are mostly given by the speed of the rasterizer. For more concrete data, you'd have to do a benchmark yourself.
User avatar
Jonathan
A Brave Victim
Posts: 3391
Joined: Thu Feb 03, 2005 12:50 am
Location: Not really lurking anymore

Re: Question about moviepacks and fps

Post by Jonathan »

Something to watch out for: cycle textures. At the start of each round, each cycle on the grid gets its own texture loaded from disk, colored in, and stored on the GPU. If you go crazy and make it 2048x2048, that's 256 MB if there are 16 cycles. For other textures it may be fine, but this will hurt on a full grid.
ˌɑrməˈɡɛˌtrɑn
User avatar
Z-Man
God & Project Admin
Posts: 11587
Joined: Sun Jan 23, 2005 6:01 pm
Location: Cologne
Contact:

Re: Question about moviepacks and fps

Post by Z-Man »

Hah! We're no longer doing that. Well, the coloring and uploading, yes, but not the loading from disk. But yeah, it can potentially fill up your GPU's memory if you go overboard. You almost never see the cycles close enough to make really high res textures look any better, so stick with 512x512 for those.
Post Reply