My goal is to import a static mesh that comes with three vertex painted colors.
The basic color is for the walls, a 2nd color for the floors and a 3rd to blend between some unavoidable seams that are hidden by a 3rd unique UV channel.
This means I could have two additional colors left for others to paint additional details on either the walls or floors.
I came across two problems:
- The moment I use more than one additional vertex color and import the mesh the blend wont show up.
- How can I address this 3rd UV map (the 2nd being the lightmap) with the correct vertex color? (I did make the lightmap uv in 2nd channel, and additional uv map in 3rd channel)
For the 5-way vertex paint setup I used this example: Create a Material for 5-Way Texture Blends | Unreal Engine Documentation
But on import none of the colors show up. (they do show up on a 2-way vertex paint setup, but 3-way, 4-way and 5-way wont)
Images:
5-way setup:
Mesh browser view:
Mesh in 3dSMax:
So, here is a list of questions to recap:
-
When painting the mesh in 3dSMax, are there any specific things I need to take care of?
-
When using the 5-way (I will settle for/might prefer a 4-way) blend setup, what are things I need to look out for?
-
How can I make sure that one of the colors uses the 3rd UVmap layout?
-
For one specific mesh I need one of the UV colors to show transparency, shouldn’t be a problem right?
-
Any chance I could get a good howto/example on how to achieve this.
I know it must be possible, I had to set up meshes like this a lot back in ued 2.5…
thanks for your time and help!
- Luos