I do a lot of programming in XNA, as well as teach it in CSE 473. This page includes some helpful tools and examples I have created for XNA.
|
XNA Model Viewer - This program allows you to load an FBX file and view it in XNA. It provides a way to test a model. It also exposes all of the bones associated with the model so you can determine appropriate rotation and translation axis. |
|
Better Skinned Sample - This program is meant to be a much better example of how to do skinning and animation in XNA 4.0. |
|
Exporting FBX Files from 3DS Max - This page details how to export FBX files from 3DS Studio Max that are usable in XNA. |
|
XNA Utilities Maxscript for 3DS Max - It has always been hard to export FBX files from 3D Studio Max with the correct pivot points. This utility fixes that problem. |