Hey Spencer

this is the default behaviour because is it easy to see a debug message when
something goes wrong!

but don't worry, there are a number of ways you can disable it:

var loader:Object3DLoader =
Collada.load("models/TerrainForest/TerrainForest.dae", {loadersize:0});

or

var loader:Object3DLoader =
Collada.load("models/TerrainForest/TerrainForest.dae", {visible:false});
loader.addOnSuccess(onSuccess);

public function onSuccess(event:Event):void
{
loader.handle.visible = true;
}



On Wed, Jul 15, 2009 at 1:39 AM, spencergrey
<[email protected]>wrote:

>
> Hi there,
>
> I'm loading a .dae file with
>
> var loader:Object3DLoader = Collada.load("models/TerrainForest/
> TerrainForest.dae");
>
> I get a debug message in the view which draws some concentric circles
> and says: "Loading texture n of n bytes..."
>
> Any idea how to turn this off?  Why is this the default behavior?
>
> Thanks,
>
> --Spencer




-- 
Rob Bateman
Flash Development & Consultancy

[email protected]
www.infiniteturtles.co.uk
www.away3d.com

Reply via email to