Advertisement

texture baking in large environments

Started by October 20, 2005 11:03 AM
0 comments, last by Jarrod1937 19 years, 3 months ago
Hello everyone! I'm currently working on a project that deals with large outdoor environments and my question is: is it more resourse hungry to use texture baking for the terrain (which will require large maps with baked shadows) or instead calculate shadows from static objects (then I can use tileable textures that are smaller in size). I've done a few tests and in order for all the details in the texture to show up properly, the baked texture has to be gigantic in size (the terrain I have to deal with is 30 by 10 kilometers). I could make a bunch of smaller textures, of course, but overall things still seem huge. Thanks very much in advance! Anton
does your engine support shadow mapping? if so then use that. i think it would be more resource hungry to use large maps in a game than to use shadow maps and have tileable textures.
-------------------------Only a fool claims himself an expert

This topic is closed to new replies.

Advertisement