furniture = Mesh(_loader3D.getChildByName(_name).clone());
I clone this 3ds child model as Mesh.then I want to figure out this Mesh width,then I trace (furniture.maxX,furniture.minX);
the result is (0,0) why? what should I do ?
furniture = Mesh(_loader3D.getChildByName(_name).clone());
this.addChild(furniture);
trace(furniture.minX ,furniture.maxX)
-8.070592825939619e-21 ,2130
what hell of this ?myfurniture only 2m width, 3m length!