如何使用.tga图片来覆盖.dae 3D模型?

时间:2017-07-28 14:11:17

标签: ios swift xcode scenekit

// 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模型?

0 个答案:

没有答案
相关问题