obj = new Kub();
//    obj.collider = true;
for each (var m:Mesh in obj.meshes)
{
    m.collider = true;
    _tree.addChild(m);
}

Reply via email to