THREEJS: Baking tops

When coloring the mesh using vertex coloring, how do you preserve the colors as a texture? For example, if the mesh is colored according to its normals (similar to this example ), how can you create a .png for the texture? For this purpose, it can be assumed that this mesh has texture coordinates.

+3


source to share





All Articles