tudelft3d / CityGML2OBJs

An experimental utility to convert CityGML data to OBJ, featuring decoupling of objects and conversion of attributes to colours
MIT License
94 stars 25 forks source link

Non-planar points #9

Closed hurzl closed 8 years ago

hurzl commented 8 years ago

I get many errors like

A degenerate polygon. The points are not planar.
!! Detected an invalid polygon (GEOM_498337). Skipping...

Maybe there could be a way to be more tolerant?

fbiljecki commented 8 years ago

You can also change the tolerance yourself, see the file polygon3dmodule.py, Line 112. I hope it works for you.