Skip to content

marikodes/obj-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

obj-parser

obj parser for working with objs in WebGL

I wrote this for my Intro to Computer Graphics class in Fall 2024. WebGL is picky and likes vertices to be ordered in a particular way, so I wrote this to avoid having to manually order the vertices, allowing me to make somewhat more complex models in blender and import them into my WebGL project without worrying about missing faces.

Sources and comments are provided in the file

About

obj parser for working with objs in WebGL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages