Try drop it in Prefab. If you get no errors, no warnings pop up and it shows 
up. Then you have something wrong in your code. If the warnings are triggered, 
open the log from menu, you might find usefull infos in there.

You might also consider export if it loads, to another format such as As3 this 
would fix your issues and simplify your code.

Fabrice

On Apr 25, 2011, at 14:30, andrew barry <[email protected]> wrote:

> I can get a dae file to load but not obj. i dont get an error but no
> display and the files are in same folder
>    private function createScene():void {
> 
> 
>            var loader3D:Loader3D = Collada.load("./daeModel/cow.dae");
>            loader3D.addEventListener(Loader3DEvent.LOAD_SUCCESS,
> onModelLoadSuccess);
>        //    var loader3D:Loader3D = Obj.load("daeModel/m4_sherman.obj");
>        //    loader3D.addEventListener(Loader3DEvent.LOAD_SUCCESS,
> onModelLoadSuccess);
> 
> 
> 
> 
>        }

Reply via email to