face information of mesh

Hi
Can anybody help me to get face information of mesh loading as .x file as show in mesh viewer. Like get vertices and adjacent vertices of each face of mesh. I am using c# managed directX. thnx
[200 byte] By [ursfriend] at [2008-1-28]
# 1
The source code for MeshViewer is provided - just look in there. Yes its in C++ but it really isn't that hard to read it if you are a c# programmer.

In the sample browser check C++ and Utilities and then look for the DXViewer project.

TheZMan at 2007-9-9 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,Game Technologies: Graphics...
# 2
HI

i've checked but it did not include in the sdk wat i have
plz mail me
at the following address. thnks
yoursfriend_rauf@hotmail.com
uetcsguide@yahoo.com

ursfriend at 2007-9-9 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,Game Technologies: Graphics...
# 3
c:\Program Files\Microsoft DirectX 9.0 SDK (August 2005)\Utilities\Source\DxViewer

Assuming you have installed to the default spot.

I'm not sure which SDK it was introduced in but it in August so go install that.

TheZMan at 2007-9-9 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,Game Technologies: Graphics...