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
Materials loaded with the MTLLoader and OBJLoader are not the same as threes.js' loaders.
Colours are different between the two.
this is colours loaded with three.js mtl and obj loader:
and this is colours loaded with three-stdlib mtl and obj loader:
Suggested solution:
I believe we are missing the commit: mrdoob/three.js@f49819b
where colours are converted from SRGB to Linear. There might be something else but I believe this could be it.
Thank you!
The text was updated successfully, but these errors were encountered:
three
version: 0.160.0@types/three
version: 0.160.0three-stdlib
version: 2.28.12Problem description:
Materials loaded with the MTLLoader and OBJLoader are not the same as threes.js' loaders.
Colours are different between the two.
this is colours loaded with three.js mtl and obj loader:
and this is colours loaded with three-stdlib mtl and obj loader:
Suggested solution:
I believe we are missing the commit: mrdoob/three.js@f49819b
where colours are converted from SRGB to Linear. There might be something else but I believe this could be it.
Thank you!
The text was updated successfully, but these errors were encountered: