Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 316 Bytes

609 - Going Beyond 2D with SpriteKit.markdown

File metadata and controls

12 lines (8 loc) · 316 Bytes

609 - Going Beyond 2D with SpriteKit

Rendering content in ARKit with SpriteKit

  • ARKit anchors are automatically detected or dev created.
  • ARKit directly interacts with SpriteKit
  • Sprites always face the camera
  • ARSKView to interface with SpriteKit

Using SpriteKit with SceneKit

Intro to SKRenderer