Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 819 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 819 Bytes

sdkmesh-to-obj

A tool help to convert DirectX .sdkmesh to Wavefront .obj file

Build Status

How to build

Prerequisites

Generate project VC

    cmake -S . -B ./PrjVisualStudio -G "Visual Studio 15 2017" -A WIN32
  • Open the generated solution PrjVisualStudio/SDKMESH_EXPORTER.sln

  • Once the solution opens, right click the SDKMeshObjExporter project, click "Set as StartUp Project" and build tool.

Usage

    SDKMeshObjExporter.exe -i INPUT.sdkmesh -o OUTPUT.obj