This repository has been archived by the owner on Jun 16, 2023. It is now read-only.
Load textures with obj model #18
Answered
by
rezaali
egorafanasenko
asked this question in
Q&A
-
Hello🙂 is that possible to load textures along with .obj model and .mtl materials? |
Beta Was this translation helpful? Give feedback.
Answered by
rezaali
Feb 11, 2022
Replies: 1 comment
-
Good question, it should be! Right now this would be a very manual thing, load the obj, check the .mtl for texture references, then using a BasicTextureMaterial on the mesh... however the material properties won't transfer over. I'm eventually going to write a PBR Material for Satin... but still thinking through the architecture... I can make an example if that helps. Sorry for the stupidly long delay. Had a super busy year working. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rezaali
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Good question, it should be! Right now this would be a very manual thing, load the obj, check the .mtl for texture references, then using a BasicTextureMaterial on the mesh... however the material properties won't transfer over. I'm eventually going to write a PBR Material for Satin... but still thinking through the architecture... I can make an example if that helps. Sorry for the stupidly long delay. Had a super busy year working.