Is there a way to create a SCNNode starting from a COLLADA Object and then add the node as child of the rootNode?
I see the with ScenKit I can create a SCNScene starting from a .dae file using
[SCNScene sceneWithURL:url options:nil error:&error];
But I can't find a way to create a Node starting just from a dae.