it appears because of this code and i wonder why

obj = Collada.load("table.dae", {loader:Object3DLoader});
obj.addEventListener(LoaderEvent.LOAD_SUCCESS, waks);
obj.addEventListener(ProgressEvent.PROGRESS, woks);
objContainer.addChild(obj);
obj.scale(0.25);

Reply via email to