THREEJS : Vertex Color Baking

2019-01-20 02:08发布

问题:

When coloring a mesh using vertex coloration, how does one save the colors as a texture? For example, if a mesh is colored based on its normals (similar to this example), how can one create a .png for the texture? For this purpose, it can be assumed that this mesh has texture coordinates.