My SKScene in a SCNScene doesn't seem retina

Hello there,


I am currently trying different options to render a sequence of images in a 3d-scene. I first thought of the same way to add a video into a SCNScene, through a SKScene as the material contents of a SCNPlane. But I also compared with my image in a simple UIImageView, and compared setting that view as the material contents as well. There is definitely a difference but I am not sure what to search for. (Finally, there would be other ways, loading images or textures directly as the material contents but that isn't convenient to mix-up with UIView or SK animations.)


Anyone?

Thanks.

Replies

I used a SKScene double the size of the SCNplane. Hope this helps.