SCNBook-code
SCNBook-code copied to clipboard
The sample code for the different chapters in "3D Graphics with Scene Kit" (which I call "SCNBook" as a joke)
Multi-Touch iBooks support dictionary entries where you can tap on a word to see a explanation page of it. This could be useful to link some key terminology to the...
The classes `SCNMorpher` and `SCNSkinner` are used to bend meshes for things like character movement. For some of the theory it relies on the reader knowing about vertices.
While some linear algebra and other math is discussed within the different chapters, having an appendix that focuses on only explain the relevant math would be an important addition.