hi, I used the awd 3dsmax exporter.But the awd parser cant get the textures from the *.awd file.And I found all the TextureMaterial became ColorMaterial after exported from the 3dsmax. Help me.please
can’t get the textures from the awdSoftware: Away3D 4.x |
||
|
||
|
||
frogman_pep, Newbie
Posted: 30 August 2012 08:16 AM Total Posts: 19 [ # 2 ] tracyjlf, I was having trouble getting the textures onto my models at first, and then I tried checking ‘Include materials’ and ‘Embed textures in AWD file’ selected as well. Haven’t had any problems with this method, granted I’ve only tried it with two models. I’ll test it on the Max workflow example tomorrow if I haven’t heard back.
|
||
Richard Olsson, Administrator
Posted: 30 August 2012 09:39 AM Total Posts: 1192 [ # 3 ] tracyjlf: You seem to be certain that the AWD file actually includes textures? Are you sure that they get exported at all? The way you have phrased your question makes it sound like the error must be in the parser, but I just want to know whether it could also be in the exporter, i.e. that the file doesn’t include any textures at all for the parser to find. Please zip up the file and attach it to this thread if you are unsure. You have to zip it or the attachment won’t work.
|
||
|
||
tracyjlf, Newbie
Posted: 30 August 2012 01:03 PM Total Posts: 7 [ # 5 ] Richard,thx for your reply. My *.max file is downloaded from http://away3d.com/example/3ds_Max_workflow.
|
||
Richard Olsson, Administrator
Posted: 30 August 2012 01:09 PM Total Posts: 1192 [ # 6 ] Can you upload the AWD file then?
|
||
tracyjlf, Newbie
Posted: 30 August 2012 01:27 PM Total Posts: 7 [ # 7 ] When I debug my demo, in the function parseMaterial of AWD2Parser.as I found all the Material type became type 1.
var name : String; which I think it should be type 2(TextureMaterial); File Attachments player.zip (File Size: 533KB - Downloads: 223) |
||
|
||
Richard Olsson, Administrator
Posted: 30 August 2012 01:38 PM Total Posts: 1192 [ # 9 ] Are you using the exact max file from the tutorial, or are you modifying it in any way?
|
||
|