Devs: Increase texture size?

Devs: Increase texture size?

Discuss the source code and development of Spring Engine in general from a technical point of view. Patches go here too.

Moderator: Moderators

Post Reply
User avatar
GrOuNd_ZeRo
Posts: 1370
Joined: 30 Apr 2005, 01:10

Devs: Increase texture size?

Post by GrOuNd_ZeRo »

Spring can't handle all my TA:WD textures currently, this is a shame :(

Is there any plan on increasing this? or atleast a settings option to increase it?
User avatar
Buggi
Posts: 875
Joined: 29 Apr 2005, 07:46

Post by Buggi »

Since the textures are stored as a 2048x2048 block, creating an array of these should be a little easier to impliment then extending the block, that way a texture can have the same coord's as it normally would it would just need an indexer into the array of texture blocks.

Just an idea.
User avatar
Ace07
Posts: 348
Joined: 21 Apr 2005, 20:46

Post by Ace07 »

You actually have a good point. You could use UVW coords to define where the textures go. And in that case, the smaller the texture the better.

Its still going to be a lot of work implimenting something like that though.
User avatar
GrOuNd_ZeRo
Posts: 1370
Joined: 30 Apr 2005, 01:10

Post by GrOuNd_ZeRo »

I thought of just finding an ap that resized textures, and i'll resize them all to a uniform size of 32x32 or so, it shouldn't do too much to the texture quality I reckon.
Post Reply

Return to “Engine”