Tom van Tilburg
Tom van Tilburg
Conforming or constrained triangulation would be utter-cool. Input can be points, lines and polygons while output edges will not cross existing input edges. _Conforming_ would introduce new points in order...
Currently only diffusecolor is set for the materials. Having the option to add specular and emissive color on top of diffuse color would greatly enhance the visuals. Most BIM models...
I'm currently checking out the fdw and struggling with seemingly random but frequent postgres crashes when querying a clickhouse table via the FDW. Can't figure out yet what library is...
Currently boundaries may be aligned to footprint segments that are very far away from it, resulting in non-sensical angles. Example (black is footprint): 
Seems these numbers are arbitrarily set: - https://github.com/Geodan/mapbox-3dtiles/blob/master/Mapbox3DTiles.js#L207 - https://github.com/Geodan/mapbox-3dtiles/blob/master/Mapbox3DTiles.js#L213 - https://github.com/Geodan/mapbox-3dtiles/blob/master/Mapbox3DTiles.js#L221
When setting handle-as: 'xml', the response is correctly identified as XML but the xhr.responseType expects 'text' instead of 'xml' at [203](https://github.com/PolymerElements/iron-ajax/blob/master/iron-request.html#L203): ``` xhr.responseType = xhr._responseType = (options.handleAs || 'text'); ```...