Convert a .obj file to .sdkmesh using the MeshConvert tool

The DirectX SDK provides a utility that converts .x or .obj files to .sdkmesh, its called meshconvert tool.

But I tried many times and did not work.

This message “Cannot load the specified input file” is displayed here, (I enter the .obj file with the name samp.obj and typed “meshconvert / sdkmesh samp.obj”.)

Can anyone help me solve this problem?

PS I am in Windows 7 and entering the above command at the DirectXSDK command prompt.

Thanks in advance!

+3
source share
1 answer

I read that the .obj file type specified by MeshConvert.exe refers to the binary form of .x, and not to the popular Wavefront object model format. I'm still looking for a way to do this myself.

0
source

All Articles