Skip to content

Converts wavefront .obj (and their .mtl files) into a .x file that can be used with DirectX9

Notifications You must be signed in to change notification settings

dimthim/obj_and_mtl_to_x_FileConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

obj_and_mtl_to_x_FileConverter

(Additional features coming)

Converts wavefront .obj (and their .mtl files) of simple 3d meshes into a .x file that can be used with DirectX9

For the program to work as is, it requires that the user have a directory called TempFiles in their working directory. TempFiles will hold the files you wish to convert from .obj/.mtl to .x.

Also required is a file in the working directory called ConvertMe.txt, which simply holds the names of the files in TempFiles, one name per line.

I included a .bat file as an example of how you can streamline the process of conversion from the command line.

About

Converts wavefront .obj (and their .mtl files) into a .x file that can be used with DirectX9

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published