examples/3d/ofxAssimpExample/README.md
This openFrameworks example is designed to demonstrate how to load a 3D animated model and control their animation as well as their bones programmatically.
In the code, pay attention to:
addAnimation().model.transitionCurrentAnimation();and model.play();model.getNodeAsType<ofx::assimp::Bone>("*:neck_control");When launching this app, you should see
Instructions for use: