GroundhogLighting / Groundhog

SketchUp Extension for performing Radiance lighting analysis
http://www.groundhoglighting.com
13 stars 4 forks source link

Triangulate faces with many loops #14

Closed germolinal closed 7 years ago

germolinal commented 7 years ago

Exporting faces with internal loops (holes) requires running a recursive function, once for each internal loop. This takes a very long time when a face has more than, say, 25 holes?

How about triangulating them when they are like that... faster exporting and more compatibility with imported models (other software do not care about this)

germolinal commented 7 years ago

Seems to be ready... undergoing tests right now. Changes are the following:

germolinal commented 7 years ago

All example files and some more are working well. Ready to merge.