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
I wanna import a TexturedTrimesh. there is an obj mesh file and a jpg texture file in the folder with the same name, no extra tcoords file. the tcood information is provided in obj file with "vt " line, but it seems that "import_mesh" function can handle it.
the warning says:
UserWarning: texture was found, but no tcoords were recovered, reverting to an untextured mesh.
warnings.warn('texture was found, but no tcoords were recovered, '
The text was updated successfully, but these errors were encountered:
I wanna import a TexturedTrimesh. there is an obj mesh file and a jpg texture file in the folder with the same name, no extra tcoords file. the tcood information is provided in obj file with "vt " line, but it seems that "import_mesh" function can handle it.
the warning says:
UserWarning: texture was found, but no tcoords were recovered, reverting to an untextured mesh.
warnings.warn('texture was found, but no tcoords were recovered, '
The text was updated successfully, but these errors were encountered: