Hi!
I load a 3d obj with texture attached to it and it works fine. I animate the obj, and render works. I close the file and re-open it but textures are lost, AS can't find them again even if the map is in the same directory as the AS file. Is this a bug or am I missing something? Cheers for the help.
lost 3D texture on 3d obj
Moderators: Víctor Paredes, Belgarath, slowtiger
- Víctor Paredes
- Site Admin
- Posts: 5814
- Joined: Wed Jan 26, 2005 12:18 am
- Location: Barcelona/Chile
- Contact:
OK, found the way. AS is looking for the material file as well as the pictures files of the object in the same folder where the scene you're loading is.
Make sure you have the .mtl file as well as the .jpg or whatever other pic format you have in your scene directory. Hope this helps anybody else.
.mtl files are generated by Zbrush and 3dsmax, the softs I use.
Make sure you have the .mtl file as well as the .jpg or whatever other pic format you have in your scene directory. Hope this helps anybody else.
.mtl files are generated by Zbrush and 3dsmax, the softs I use.
- Víctor Paredes
- Site Admin
- Posts: 5814
- Joined: Wed Jan 26, 2005 12:18 am
- Location: Barcelona/Chile
- Contact:
is don't know well why this happens. i use teddy and chameleon, then i fix the texture with wings3d and export to obj. in the same folder of the project. the texture works well, but suddenly dissapear.theos wrote:OK, found the way. AS is looking for the material file as well as the pictures files of the object in the same folder where the scene you're loading is.
Make sure you have the .mtl file as well as the .jpg or whatever other pic format you have in your scene directory. Hope this helps anybody else.
.mtl files are generated by Zbrush and 3dsmax, the softs I use.