Search Unity

Question Projecting Vertex Colors from one mesh to another

Discussion in 'General Graphics' started by Chen_Octo, Nov 21, 2022.

  1. Chen_Octo

    Chen_Octo

    Joined:
    Aug 25, 2022
    Posts:
    1
    Hello!

    I'm wondering if what I'm trying to do is at all possible.

    I would like to find a way to project Vertex Color data from one mesh to another. Similarly to how Maya does it with its "Transfer Attributes" tool - where you can transfer color sets from one mesh to another in world space.

    Just to give some context: I want to use this to transfer vertex colors painted on a ground object to grass meshes that are scattered on top of it. Since the meshes are completely different, a "copy/paste" of the data will not work, therefor a projection method is needed.

    I would a appreciate any help on this, Thanks!