I have a building that I have textured with a Multi Sub and want to start refining everything with details. I want to vertex paint some grime and what not onto the building. Is there a way to paint a texture directly onto a building that has other materials on it already?
Replies
http://www.chrisalbeluhn.com/UDK_Advanced_Vertex_Painting.html
I've been looking through countless tutorials on 3dtotal looking at the way they do their tile texturing... I understand that they're using a lot of composite modes with a crap ton of layers... Isn't all that stuff taxing on the engine (I still want to build my scene to game spec)?
Also... They would have a tilleable texture on a building (say 5x5 256 tiled on a wall) and then they would have their alpha that covers the whole wall (not 5x5)... Are they using 2 uv channels? All this crap is really confusing and I think I'm biting off too much than I can chew with my current skill level. But I don't want to just be satisfied with OK work.
Also composite/mix maps dont really transfer over into game art that well.
You can either blend by using vertex colours or by using an alpha map.
And that alpha map is only for a tiled texture correct? So the repetition for the alpha will still be able to show.
Am I left with using cards and what not for grime and cracks? And if so, would I make a sheet of textures on a 1024 map or w/e with all the assortment of cracks and then use the Face option for uvw map?
Also, if I was to vertex paint I would have sub divide my model right?
Sorry for all the questions... I've been searching for a long time for all these questions and none of my friends are online xD
Using cards is ok, as your not putting this in a engine then just use whats best to get the effect across.
With vertex paint you only need to subdivide your model where the transitions take place to get a nice blend between the textures.
Thanks for the tremendous help
Quick question... When using the second uv channel for the alphas, I would have to pack the uvs to 1' and 0's right? But then... What size map should I be using for a castle (100~ feet tall)?
About the texture size all depends on what texel density your adhering too.
As a test you could apply the texture to a box in your 3d app and set up your camera then adjust the tiling to get an idea of what works. You can then apply this to get idea of the map size.
Just try to keep to a set texel density.
Alright thanks a lot for the help, I'll be busting my ass on this :P