111116 / obj-util

toolset for wavefront obj handling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

c++ scripts used to handle obj model files

triangulate: convert ascii obj so that it only contains triangles.

objsplit: split big obj (ascii, triangulated) file by material (removes any other info) into small obj files named <mtlname>.obj

usage

./triangulate < in.obj > out.obj
./objsplit a.obj

About

toolset for wavefront obj handling

License:The Unlicense


Languages

Language:C++ 100.0%