### SceneKit's presentation for WWDC2013 ### |
|
=========================================================================== |
DESCRIPTION: |
|
This application presents a series of slides integrated in a 3D environment. |
Each slide present a different feature of SceneKit. |
The code for each example is in a separate file and is independent from the other slides. |
|
=========================================================================== |
BUILD REQUIREMENTS: |
|
Mac OS X v10.9 or later |
|
=========================================================================== |
RUNTIME REQUIREMENTS: |
|
Mac OS X v10.9 or later |
|
=========================================================================== |
PACKAGING LIST: |
|
ASCSlide.m is the base class for every slides. |
ASCSlideTextManager.m manages the text, bullets, titles for a given slide |
Then every slide are implemented under the "Slides" folder. One file per slide. Every slide is independant from the other. |
|
=========================================================================== |
CHANGES FROM PREVIOUS VERSIONS: |
|
Version 1.0 |
- First version. |
|
=========================================================================== |
Copyright (C) 2013 Apple Inc. All rights reserved. |