DirectX SDK has a number of samples with some few "human" figures in X format.
DX9, for example, has a walking woman (in the sample codes of Animation and SkinnedMesh). If you need something quickly, this can be useful. There is also a Samurai (ShadowVolume and EnhancedMesh). Also a great bat (LocalDeformablePRT). As far I remember, DX10 has these models too.
Jose





by: jgordosPosted on 2009-04-21 at 07:31:34ID: 24194821
You probably won't find any files directly in .X file format.
ames/html/ 3d_models. html
You'll need to convert from either Maya or 3DS to .X.
There are lots of tools available on the net that can help.
In the full DirectX SDK, there was a tool called "conv3ds.exe" that used to work most of the time. You say you don't want the animation, just the mesh, so this might work for you.
here's a helpful but dated URL...
http://www.toymaker.info/G
-john