Shout out to fellow XSI goers over here. I'm working on some assets for a dated engine that doesn't have fantastic lighting. So I've been trying to figure out any kinds of ways I can tweak the lighting per object.
I'm applying illuminated decals (for direct light coverage) but for this engine, I need to also shade in the darker unlit areas to achieve a semi-realistic look. I've been trying to manually paint Vertex colors on the models which has produced some interesting results. Although XSI's vertex painting isn't entirely helpful for low resolution geometry. I had heard of some methods for a bake process that samples lights in the scene and saves it into the vertex data. Though when I was looking this up I hadn't much luck in finding any resources relating to accomplishing that in XSI.
Is there a plausible method for making this work, other than manually painting it?
Replies
Set the sampling to 'Vertices Only', and surface type to your Vertex_Color. You probably want to bake the Illumination Only option if you're just doing light maps.
I was looking under all the other Rendermap tabs and must have missed that. I setup some lights trying this method but it gives me this error...
ERROR : Invalid CAV found while regenerating RenderMap. Generation will be skipped for Colour.
It is doing something though, as there are some highlights showing up on the vertex colors. Only thing most of the mesh is near black and it's not really accepting any higher light values (none that are making a difference anyway).