Combining scenekit and spritekit in a single screen
问题 Apologies if this is a newbie question, i'm still trying to find my way around Swift and SpriteKit / SceneKit. Is it possible to combine SpriteKit and SceneKit in a single view, e.g. using SpriteKit to render a map in portion of the screen while using SceneKit to render the main 3D view? 回答1: Yes you can and it was shown in various demos at WWDC. Take a look at the overlaySKScene property of SCNSceneRenderer . 回答2: One way of using SpriteKit within SceneKit is as follows: SCNView *sceneView =