I am playing with an ARKit and so far I am successful, but I have a problem with 3D graphic (as I don't know anything about it).
Every object I download from sites like TurboSquid is without textures in Xcode and even in Blender (or shows without textures).
I just need to get an object (the best would be .dae) with applied textures on it.
Can you please explain to my like to a three years old child what am I missing?
Thank you.
EDIT:
This is the model which is moving with camera even when I setup his location:
let treeScene = SCNScene(named: "art.scnassets/table2/table2.scn")
let treeNode = treeScene?.rootNode.childNode(withName: "table2", recursively: true)
treeNode?.position = position
sceneView.scene.rootNode.addChildNode(treeNode!)