ios - How to use .tga picture to cover .dae 3D model? -


// create new scene let scene = scnscene(named: "art.scnassets/iron_man.dae")! // retrieve scnview let scnview = self.view as! scnview  // set scene view scnview.scene = scene 

i use xcode change *.scn file *.dea file in art.scnassets floder. , there .tga picture. how use .tga picture cover .dae 3d model?


Comments

Popular posts from this blog

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -