frenchtoast747 / webgl-obj-loader

A simple OBJ model loader to help facilitate the learning of WebGL.
http://frenchtoast747.github.io/webgl-obj-loader/
MIT License
281 stars 59 forks source link

Update triangulate() to provide a better triangulation algorithm #61

Open frenchtoast747 opened 5 years ago

frenchtoast747 commented 5 years ago

The current triangulation algorithm is very simple and can potentially produce interesting (and unexpected) shading effects.