In this chapter, you will dive right in and create your own game. For this game you’ll make an homage to the classic Wolfenstein 3D game. First you’ll learn how to programmatically create a scene and add nodes into the scene. After you have a basic understanding of these principles, you’ll learn how to use the powerful SceneKit Editor in later chapters.
SceneKit Primer
SceneKit is Apple’s powerful 3D graphics framework that makes creating casual 3D games simple. By ...