Tagged Questions
-1
votes
1answer
63 views
Animation from bones?
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.
...
0
votes
0answers
27 views
CAT RIG to FBX XNA problems
Im trying to export my 3ds max cat rig to fbx for use in XNA. in that file i have 1 animation playing and i want to be able to use it within xna.
So the problem is, once ive exported the file out, ...
1
vote
1answer
138 views
Creating the Animations in C++ from 3DS Max
I'm reading from the FBX format and I'm using Bones to animate an object, and I'm at the point where I have to decide on the code that actually moves the vertexes.
So far I thought on two methods:
...
1
vote
1answer
465 views
Rotate Rigged and Animated Scene?
I have a rigged and animated mesh that I need to import into Unity. We several characters that all use the same script, and access their bones to do procedural animations as well.
The problem is ...
0
votes
1answer
624 views
Animations in FBX exported from Maya are anchored in the wrong place
We are trying to export a model and animation from Maya into Unity3d.
In Maya, the model is anchored (pivot point) at the feet (and the body moves up and down). However after we have performed the ...
2
votes
3answers
3k views
Exporting an animated FBX to XNA? (in 3DS Max)
I'm now working on an XNA 3D game, and I want to add animated models in it. I came across this example. I see there is one FBX file and a few texture files in the content project, and that in the ...