VCityTeam / py3dtilers

Tilers accepting various input formats (OBJ, 3DCity databases, GeoJson, IFC) and producing 3DTiles tilesets.
GNU Lesser General Public License v2.1
199 stars 52 forks source link

Implement LOD grading for tiles #188

Open jingyangking opened 7 months ago

jingyangking commented 7 months ago

Hello developer, during the process of converting IFC to tiles, can we achieve LOD grading for b3DM?I only need to provide an ifc file to generate tiles files with multiple lods,just like in the image image

jingyangking commented 7 months ago

Hello developer! I have checked the general manual and found a method to support LOD, but currently, how many levels of LOD can this support? I used LOD5, but none of the LODs were generated. How can I perform multi-level LOD on IFC? Thank you!