Skip to content

Dormin/nano-obj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

nano-obj

Really lightweight obj file reader.

Usage

obj::mesh m;
obj::read(m, "some-obj-file.obj");

for (auto& v : m.vertices)
  cout << "v " << v.x << " " << v.y << " " << v.z << endl;

About

Really lightweight obj file reader.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages