A Directx3D question (about 3ds max)

hxx

Member
Joined
Mar 9, 2004
Messages
11
I have installed the directx 8.0 sdk,which has a code in the document of
"\DXSDK\samples\Multimedia\Direct3D\SkinnedMesh"
run this program,you will see a person walking in the srceen;

I want to cteate a Animation with 3ds max,which has a biped(or bones) ,and a skin.
The skin can move in the 3ds max ,but export the file to .x ,and open it by the program of "SkinnedMesh",the skin coudnt move together with the biped,only one static mesh and a move biped.

How can I let the skin and the biped move together in the program like the one in the "SkinnedMesh"
(I most mean how can I build a model like the file "tiny.x",which in the document of "DXSDK\samples\Multimedia\Media" ,a person walk when you open it by the program of "SkinnedMesh")

ps:In the 3ds max,I only use "skin" in the Modifier List.

Both my english and 3ds max Knowledge are poor.
So,please ...detailly.
 
Last edited by a moderator:
ThePentiumGuy said:
hey,

no offense, but i think youre better off asking this at: www.turbosquid.com or something, becuase they might have more people to help you out there :-) (not that this forum will not help you out, but .. a suggestion couldnt hurt :-p)


Thanks,Ill try it.

and I leave question here till I resolve it.

but,it seems that forum only talk about 3ds max,not include procedure...
...
 
Last edited by a moderator:
hrm technically you cant do it directly. at least i havent found a way to. if im not mistaken thats one of the goals of the "Panda DirectX Exporter" plugin for max. but i dont recall a current build doing it.
 
Menge said:
hrm technically you cant do it directly. at least i havent found a way to. if im not mistaken thats one of the goals of the "Panda DirectX Exporter" plugin for max. but i dont recall a current build doing it.

I fond the plug you said
http://www.pandasoft.demon.co.uk/directxmax4.htm

export by this plug ,the skin can go with the biped now,but the skin a little out of shape.

I think there ll be no problem,thanks very much .
 
3D Max Problems

All the animation exporters are based on the DirectX SDK Extras Download xexporter.

They use Physic not Skin to access the animation information. I had many errors thrown from it trying to access the information, causing Max to come to its knees and crash. I spent alot of time trying to make it work and used many exporters.

In the end I moved to Maya, which has a much better animation engine. I used a program called deep exploration to change the max files into maya, animated them in no time and exported them no problems as .x files. Look for a post called Maya Problems for more info...

I got multianimation sets and many models working in C# along time ago, all thanks to Maya and a Japanesse Guy. My advice, forget Max, get Maya.
 
igotjunk said:
All the animation exporters are based on the DirectX SDK Extras Download xexporter.

They use Physic not Skin to access the animation information. I had many errors thrown from it trying to access the information, causing Max to come to its knees and crash. I spent alot of time trying to make it work and used many exporters.

In the end I moved to Maya, which has a much better animation engine. I used a program called deep exploration to change the max files into maya, animated them in no time and exported them no problems as .x files. Look for a post called Maya Problems for more info...

I got multianimation sets and many models working in C# along time ago, all thanks to Maya and a Japanesse Guy. My advice, forget Max, get Maya.

Now I use Physic instead of Skin ,and its ok.

I have studied Maya for one or two day,its much more hard than 3dsmax.
I downed a exporter for Maya ,and export a animation with bone and skin,find its also doesnt work,so I give up studing Maya,I dont know whether my plugs problem.

does Maya also have Physic?
 
Back
Top