Hello,
I used as exemple the "Lesson_Basic_03_Meshes.fla" with the turtle to
load an external obj file.
It works but I can't acces the faces of my object. I have added a
function called "onLoaderSuccess". I thought I could get the faces of
my object by pointing "object3d.faces" but it doesn't work. Can you
help me ?
function onLoaderSuccess(e:LoaderEvent):void
{
var object3d:Object3D = e.loader.handle as Object3D;
trace(String(object3d));
}
I have uploaded the .obj and the .mtl too. Their names are cube.obj
(2) and cube.mtl