You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When initialized using a list of faces, (the face_list_of_indices argument), pmeshlab.Mesh mangles texture information (passed via the v_tex_coords_matrix argument). Example:
What erroneous texture is returned by mesh_test.vertex_tex_coord_matrix() appears to depend on the datatype of the provided texture, with results being either 0 or very large numbers.
If you use the face_matrix argument for initialization, there is no problem.
The text was updated successfully, but these errors were encountered:
When initialized using a list of faces, (the
face_list_of_indices
argument),pmeshlab.Mesh
mangles texture information (passed via thev_tex_coords_matrix
argument). Example:returns
array([[0., 0., 0.]])
What erroneous texture is returned by
mesh_test.vertex_tex_coord_matrix()
appears to depend on the datatype of the provided texture, with results being either 0 or very large numbers.If you use the
face_matrix
argument for initialization, there is no problem.The text was updated successfully, but these errors were encountered: