Author: Jeonghyun Kim
Date: 08-Dec-2021
Mesh painter using OpenMesh for CS492D, KAIST (Prof. M. Sung)
OpenMesh
Eigen
- Take function matrix
_vectors
and column_c
(e.g. index of LBO, timestep for HKS) to draw. - Normalize function values to color domain (0~255).
- Colorize face of mesh with averaged function value of its vertices.
- Modify
out_file
to your designated output path - Write file to
out_file
path. - Pass them to MeshLab.
White region corresponds to small value while colored one to large value.
(Please note that I'm not sure if figures below are correct results for HW5 ^^;)