8000 GitHub - 111116/obj-util: toolset for wavefront obj handling
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

111116/obj-util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0