// create a new scene
let scene = SCNScene(named: "art.scnassets/Iron_Man.dae")!
// retrieve the SCNView
let scnView = self.view as! SCNView
// set the scene to the view
scnView.scene = scene
我使用Xcode将* .scn文件更改为art.scnassets floder中的* .dea文件。并且有一些.tga图片。如何使用.tga图片来覆盖.dae 3D模型?