Skip to content

Custom Avatar Animation Sample

Simon (darkside) Jackson edited this page Aug 21, 2020 · 7 revisions

Custom Avatar Animation Sample

Area Submitted Type
Games: 3D Graphics, Games: Content Pipeline, Games: Graphics 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 10.03MB Source code and assets for the Custom Avatar Animation sample
CustomAvatarAnimation_4_0.zip 10.03MB Source code and assets for the Custom Avatar Animation sample
Clone this wiki locally