Map image texture onto mesh
camera pose with intrinsic parameters
translation_x translation_y translation_z
rotation_00 rotation_01 rotation_02
rotation_10 rotation_11 rotation_12
rotation_20 rotation_21 rotation_22
fx
fy
cx
cy
image_height
image_width// argv[1]: input mesh file
// argv[2]: output obj file
// argv[3]: input texture.png / camera.txt folder
.\texture_mapping.exe xxx\input.obj xxx\output.obj xxx\camera_matrix_and_texture_folder