dmsurti / AssimpKit

A library (macOS, iOS) that converts the files supported by Assimp to Scene Kit scenes.
http://assimpkit.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
474 stars 54 forks source link

Add animation to a SCNNode #44

Closed dmsurti closed 7 years ago

dmsurti commented 7 years ago

After PR #43 which has support to add SCNScene animation to a given SCNScene, same API is needed to allow adding animation to a given SCNNode.

This is important for composite SCNScene which nodes have other SCNScene or SCNSceneSource nodes.