-
-
Notifications
You must be signed in to change notification settings - Fork 121
Custom Avatar Animation Sample
#Custom Avatar Animation Sample#
Area Games: 3D Graphics, Games: Content Pipeline, Games: Graphics Submitted 7/20/2009 Code Sample
Description:
This sample shows how to load and process a custom animation for an avatar by using the XNA Framework Content Pipeline.
Sample Overview
You'll learn how to load a custom animation from an FBX file exported from an avatar rig, and then use a custom content processor to extract the animation data from the exported file and save it as a CustomAvatarAnimationData object. At this point, the animation data can then be loaded at runtime and played back by using the CustomAvatarAnimationPlayer.
Five custom animations from the new Animation Asset Pack are included with this sample to demonstrate the playback in action.
All content and source code downloaded from this page are bound to the Microsoft Permissive License (Ms-PL).
| Download | Size | Description |
|---|---|---|
| CustomAvatarAnimation_4_0.zip | 10.03MB | Source code and assets for the Custom Avatar Animation sample |