examples/ios/assimpExample/README.md
This Example demonstrates using the ofxAssimpModelLoader addon to import an animating 3D model in an iOS application, and will demonstrate how to load in 3D animated models and control their animation.
After studying this example, you'll understand how to do simple imports, and control the rotation direction of your imported 3D asset.
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:
This Example uses the following classes: