menpo / menpo3d

Tools for manipulating 3D meshes within the Menpo project.
http://www.menpo.org
Other
165 stars 55 forks source link

error in import_mesh #85

Open cavalier501 opened 2 years ago

cavalier501 commented 2 years ago

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, '