Open konmast3r opened 5 years ago
because Blender cannot triangulate polygons with holes, right?
Then we need to triangulate ourselves with https://pypi.org/project/mapbox-earcut/ for instance. Should be doable?
I believe that it should be doable, yes!
example there how to use the library: https://github.com/tudelft3d/cjio/blob/master/cjio/cityjson.py#L1216
But I don't handle holes yet...
So far holes ignored