Skip to content

Flawe/objtri

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Objtri

I've recently had a need for testing graphics stuff on arbitrary models which I tried to solve by grabbing random free OBJ models off the net. Unfortunately, most of these models are made of quads and I need triangles. This small and naive utility triangulates the models.

There's nothing fancy applied to the model. No optimizations, no geometry modifications.

Usage

Input is path to an .obj file, e.g. "C:/folder/model.obj". Output will be "C:/folder/tri_model.obj".

About

OBJ file triangulator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published