hello i have two problems. #1
i load a collada model , grab a child in the model i do var clone:Mesh=child.clone() as Mesh; clone.scale(0.9); child.parent.addChild(clone); child.parent.removeChild(child); what i am left with is a MUCH smaller clone in the scene... any suggestions.? #2 what is the proper way to use ownCanvas=true and get proper z-sorting? i am trying to make grass by cloning an object couple of type and i need those clones to have alpha on them but they are not sorted properly inside the model?
