examples/3d/assimp3DModelLoaderExample/README.md
This openFrameworks example is designed to demonstrate how to load in 3D animated models and control their animation.
In the code, pay attention to:
model.playAllAnimations();and model.setPausedForAllAnimations(); and model.setPositionForAllAnimations(); andlight.enable(); and ofEnableSeparateSpecularLight();When launching this app, you should see
Instructions for use: