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 timing and event support #47

Closed dmsurti closed 7 years ago

dmsurti commented 7 years ago

With the category method to add animation, the animation timing and other properties support is required. See https://developer.apple.com/reference/quartzcore/caanimationgroup to all the CAAnimation objects in the animation SCNScene.

A method can be added to the SCNScene+AssimpImport which can return the CAAnimationGroup for the CAAnimation objects which simplifies applying the animation properties and animation events.