Does halo 2 vista support vertex colors if so how would I go about setting it up¿
Printable View
Does halo 2 vista support vertex colors if so how would I go about setting it up¿
Support vertex colours? As in painting them in max and then getting them to show up ingame? I doubt it is supported. Why would you want to anyway?
Vertex coloring is used on lightmapped geometry instances when they are set to have the per-vertex lighting flag.
I want to use Vertex colors to blend textures, iv only heard of it being used in the unreal engine, so am wondering if it works in halo 2 vista.
I don't think that is supported, but you can just render to texture/bake a final texture. There might be a blend shader too, I haven't looked at whats available.
I guess i'll have to blend textures the manual way.:maddowns:
You can have a base bitmap with an alpha.
That alpha will determine where the primary and secondary detail maps are applied (See: Bloodgulch's ground). You simply have white on the alpha where you want one detail map applied, and the black will be the secondary. Anywhere in between will blend the two together.
http://xcustomedition.com/shaders/bloodground.shader
Here is my Bloodgulch ground shader, it uses stock Halo 1 bitmaps, so if you need them, you can extract them. Hope this helps.
I already know about using alphas, I just like painting the vertex color in 3d.