Let’s Make the Scene: Introduction to SceneKit

Jimmy Ti, Queensland University of Technology Part of CW12

Scene Kit is a 3D-rendering Objective-C framework that combines a high-performance rendering engine with a high-level, descriptive API. Scene Kit supports the import, manipulation, and rendering of 3D assets without requiring the exact steps to render a scene the way OpenGL does.

Because Scene Kit integrates with Image Kit and Core Animation, you do not need advanced 3D graphical programming skills. For example, you can embed a 3D scene into a layer and then use Core Animation compositing capabilities to add overlays and backgrounds. You can also use Core Animation layers as textures for your 3D objects in 3D scenes.

– Introduction to SceneKit
– Key Features of SceneKit
– Demo of SceneKit

Leave a Reply

Your email address will not be published. Required fields are marked *