Hi, I'm loading an OBJ file that has accompanying materials and textures file. So far, the mesh loads fine but I can't get the textures to display. All I get each time is the mesh showing the random colours.
>From everything I've found in the forum here and elsewhere, I'm led to believe that as long as the materials file and the OBJ file are in the same folder and have the same name then Away3D should auto load the textures. One of the things I tried from an example I found was to include an autoLoadTextures property in the init object for the loader. During a debug process the only message I get is that autoLoadTextures is an unused argument. So my question is how exactly does one load the textures associated with the OBJ file? Thanks, Richard.
