Closed gpvigano closed 5 years ago
Added a very simple triangulation in the OBJ loader (see b388f439b69edd4b83dd2f4d4281240eb2fa2471), improvements can be done.
The current triangulation does not work for concave polygons, i.e. the guitar model referenced by @LucasWalters in issue #3 looks like this: (notice the wrong triangulation of the dark polygon in the centre)
Is this inverted face issue solved? do we have a updated plugin now? And many thanks @gpvigano, this plugin is just awesome :)
Sorry, not yet. I think there's not a trivial solution (a proper triangulation algorithm must be implemented) and I understand this is an important issue, but I haven't a solution, at the moment. I hope someone will help us.
I finally managed to implement a decent triangulation in my last commit, starting from Erik Nordeus's tutorial. Here you can see how the previous guitar model is loaded now:
I hope someone will test this new version and will give me a feedback...
Looks good, thanks for the update!
Currently AsImpL supports faces with 3 or 4 vertices. A proper triangulation algorithm should be implemented to support faces with more vertices.