This works
let scene = SCNScene(named: "house.dae")
Is there an equivalent for a node?
let node = SCNNode(geometry: SCNGeometry( ..??.. "house.dae" ..??.. ))
I have searched high and low, finding nothing that will load an entire dae file into a SCNNode. (not just one ID from it)