Re: obj Transparency?

by okh » Thu May 22, 2014 8:15 am

Your .mtl file (the material: Default_Texture) does not seem to contain reference to a texture graphics file. e.g:

Code: Select all

map_Kd xxxx.png
or transparency, e.g:

Code: Select all

d 0.5
Therefore I guess there must be something in how AoI exports. I have practically no experience with AoI, but can the settings be changed to include the texture file in the export - or something?

Failing that, you could try to add transparency (e.g. d 0.5) to the .mtl file yourself, like this:

Code: Select all

#Produced by Art of Illusion 3.0, Wed May 21 16:44:58 EDT 2014
newmtl Default_Texture
Kd 0.23 0.23 0.23
Ks 0 0 0
Ka 0 0 0
illum 1
d 0.5
ok