Skip to content

Convert numerous formats of 3D mesh files into another.

Notifications You must be signed in to change notification settings

goldragoon/meshconvert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meshconvert

Convert numerous formats of 3D mesh files into another. Natively supports multithreading, conversion of 3D mesh files stored in certain directory hierarchy.

BUILD

mkdir build && cd build
cmake ..
make

Usage

./meshconvert --source=[SOURCE] --destination=[DESTINATION] --format=obj

Example

./meshconvert --source=data/bunny.ply --destination=output.obj --format=obj # Single File
./meshconvert --source=data --destination=output --format=obj # Directory

Dependencies

Boost, assimp, cxxopts

About

Convert numerous formats of 3D mesh files into another.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published