View Full Version : Need Texture Mapping Advice
After5 07-01-2006, 08:08 PM I am working with imported .obj plant obects orginally created in MAX. I am trying to re-assign materials and get them to map to the geometry correctly. I am not sure on how to correct the mapping problems I am having. I have posted a page of the file I am working on and the results I am getting. http://www.after5creative.com/charley/index.htm Any insight would be great, thanks.
|
|
bobtronic
07-01-2006, 08:19 PM
It seems there are no UV coords on you imported object. I would guess the textures are UV mapped in 3D MAX but the exporter didn't export them, not sure though.
Bob
After5
07-01-2006, 10:16 PM
Thanks Bobtronic. You were right. After more research I found the Riptide plugin that allowed me to import the UVW coordinates from the OBJ, reset my textures and worked like a charm. I did run into a "Matlib Open Error" when executing plugin, but all UVW tags worked and texture mapped properly. Maybe because I am in 9.521 and plugin was for 8.5+.
Keith Young
07-02-2006, 08:18 AM
...I did run into a "Matlib Open Error" when executing plugin...
I'm guessing that your export either did not include the creation of a .mtl file, or the .mtl file was not in the same folder as the .obj file you loaded.
A .obj file is a simple text file... if you load it into a text editor, you should see a line in there (near the top, or before the 'f xxxxx' records) like this:
matlib mymatfile.mtl
...that is the name of the .mtl file that Riptide will try to open to read the materials (including texture filenames) from. It looks in the same folder where the .obj file was for it. If that file does not exist (or there is no matlib record in the .obj file), then you get that error/warning.
If it finds the .mtl file, it fills in the materials as best as possible, including texture filenames - but keep in mind that C4D actually loads the textures, so you need to make sure that you've set up your Texture Path preferences in C4D to include any folders where you keep textures.
Cheers,
- Keith
CGTalk Moderation
07-02-2006, 08:18 AM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.
vBulletin v3.0.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.