This is a first attempt at a simple Collada rig class written in Swift for SceneKit. It stores and triggers various animations exported from Blender as Collada .dae files. It's derived partly from Apple examples such as the Fox demo, and a number of other sources, but particularly this Stack Overflow thread. The class assumes that the animation contained in the master .dae
file (the one with the geometry) is the "rest" animation. The "walk" animation starts by pausing the "rest" animation and ends with "rest" resuming. Press and hold the mouse button to make the figure walk, release to resume the resting pose.
A simple Swift SceneKit class for loading rigged models exported from Blender and handling animations
Utsira/RunningMan
master
Name already in use
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
About
A simple Swift SceneKit class for loading rigged models exported from Blender and handling animations