Questions tagged [scnscene]

SCNScene is a part of the SceneKit Framework. An SCNScene object is a container for the node hierarchy and global properties that together form a displayable 3D scene.

91 questions
-4
votes
2 answers

Get Swift4 SCNScene 30 snapshots per second and draw them smoothly on external screen in UIImageView

I have one little problem, maybe wrong approach. I created an ipad app (swift4) with SCNView, it works great, all transformations, lights, gestures... But I would like to display this scene on an external screen, connected by air play, not just to…
1 2 3 4 5 6
7