ducphamhong / sdkmesh-to-obj

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:C++ 94.0%Language:CMake 5.9%Language:Batchfile 0.1%