sprockets A:M Decaling Screen frosted donut medals buildings Rubik's Cube Nidaros Cathedral Tongue Sandwich
sprockets
Recent Posts | Unread Content | Previous Banner Topics
Jump to content
Hash, Inc. - Animation:Master

Video Game "Textures" --- When a Game Engine uses them....


Recommended Posts

Posted

It appears that polygons may not be the "only" thing you have to worry about in game development. I ran into the concept of "textures." I also crashed into the issue of the textures being 256X256.

 

Quite frankly, as a rule of thumb, how many textures should you have on your game that won't kill it? Also why do some games slow down when the textures image size passes the 256X256 range?

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted

texture size uses up ur vid card and ram. Older vid cards like voodoo 3 or similar can only handle 256 textures. your current vid cards, be it nvidia or ati can handle texture sizes at 1024 and above now. but the larger your texture size the more memory it sucks up. Once again it is important to know, what game genre your creating. an overhead isometric camera, where ur looking at a whole battlefeild of soldiers, you could get away with a texture for that model of maybe 128 or 256 depending on your zoom factor, for 3rd person where ur about 30 feet from the player, use a 512 texture, and if ur even closer, maybe a 768 texture. Maybe people are surprised, when they make their character texture at 1024, and I tell them to scale it down to 512 or 256 that they dont lose the look they wanted or the detail. Because once your playing in game, first off the camera is farther away and you lose detail anyway, secondly due to game play, and motion of the character, you dont notice things as well. So its better to save memory with texture size when possible.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...