Skip to content

A simple and to the point .obj file loader. Only loads meshes, does not load mtl's

Notifications You must be signed in to change notification settings

tamato/simple-obj-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

A simple obj file loader.

Does not mess with mtl loading.

Benefits:

If the file holds quad it will convert them to triangles

remaps loaded positions/normals/texcoords into a unique set of vertices to be used right away.

returns the positions/normals/texcoords as seperate float arrays so there is no need to convert form a custom data type to your data type.

About

A simple and to the point .obj file loader. Only loads meshes, does not load mtl's

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages