An open API service indexing awesome lists of open source software.

https://github.com/nathanflurry/scenekit-splines

A simple spline class that uses SCNVector3's with different interpolation methods.
https://github.com/nathanflurry/scenekit-splines

Last synced: about 1 month ago
JSON representation

A simple spline class that uses SCNVector3's with different interpolation methods.

Awesome Lists containing this project

README

        

# SceneKit Splines

## Usage Example

See my [WWDC 2016 scholarship submission](https://github.com/NathanFlurry/WWDC16-Scholarship-Application/blob/master/Shared/WWDCTimeline.swift#L224) for an example of how this code was used to make a SceneKit camera follow a given path.