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
If the mtl file points to a texture as an absolute path then it appends the path to the mtl directory. I believe this regression happened in 26db16d and may be fixed by changing path.join to path.resolvehere.
The text was updated successfully, but these errors were encountered:
If the mtl file points to a texture as an absolute path then it appends the path to the mtl directory. I believe this regression happened in 26db16d and may be fixed by changing
path.join
topath.resolve
here.The text was updated successfully, but these errors were encountered: