Gary P. T. Choi
Gary P. T. Choi
Hi, you may read the vertices and faces from the .obj file using some of the following functions: https://www.mathworks.com/matlabcentral/fileexchange/18957-readobj https://www.mathworks.com/matlabcentral/fileexchange/20307-display_obj https://www.mathworks.com/matlabcentral/fileexchange/27982-wavefront-obj-toolbox The spherical mapping code (spherical_conformal_map.m) only requires the vertex...
Hi, The spherical map always results in a sphere centered at the origin and with radius 1. You can rescale it based on the surface area of the input surface...
I am not very familiar with that program and the data format. It seems to me that "normal" is the vertex normal, and "u" may be the spherical parameterization result....