with loading 2D images you get a Event which you then know if an image is loaded and then in listener detect if this has loaded
private function imageLoaded(event:Event):void
{
so i am still a little confused how to do this with 3D models
