with a collada model i do something like this:
var head:Object3D = model.getChildByName("head-node") as Object3D;model is the Collada model but how can i do to do the same with MD2 model?? thanks!
with a collada model i do something like this:
var head:Object3D = model.getChildByName("head-node") as Object3D;model is the Collada model but how can i do to do the same with MD2 model?? thanks!