Description Usage Arguments Details Value
This function transfers vertex colors (if any) from one mesh to a one.
1 | colTransf(M1, M2)
|
M1 |
A |
M2 |
A |
This function transfers vertex colors (if any) from the original mesh to the decimated one following
2 steps:
- converts of vertex colors from the first mesh M1
to face colors by averaging the colors from
the 3 vertices of each face,
- estimates the correspondence among vertices from the second mesh M2
to the first mesh M1
by means of the vcgClostKD
function).
A decimated mesh3d
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.