Skip to content
/ objread Public

Work in progress program to read data from .obj files.

License

Notifications You must be signed in to change notification settings

gbbofh/objread

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This program will load and parse (some) of the data contained in a Wavefront .obj file. Namely, it reads the vertex and face data, and fills out an internal structure with that information.
All n-sided polygons contained within the file will be converted to triangles upon being loaded.

Doesn't display the contents or anything fancy like that (yet), but maybe some day I'll get around to adding functionality like that, once the program itself works at all.

About

Work in progress program to read data from .obj files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages