Tell me more ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

I have a model loaded into my XNA project, it has bones that were created in 3DS Max and I am wondering can I animate my model using code?

All I will be doing is basic movements such as an arm swing.

Does anyone know of what code I use or have a tutorial?

All of the tutorials I can find on animating in XNA are 2D where as this is in 3D and using bones.

Thanks.

share|improve this question

1 Answer

You don't know the tutorials from xbox site?

Here is the skinned model example. It's a good start.

share|improve this answer
Hi thanks for the links, on the second one where is the tutorial I can only see the download for the solution? – RonnieB555 Apr 22 at 0:10
these are not textual tutorials. these are full projects to download and learn from code. – redreggae Apr 22 at 0:25
perhaps you better start with the basic skinned model example. – redreggae Apr 22 at 0:33

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.