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

Textures are NPOT #170

Closed jailln closed 1 year ago

jailln commented 1 year ago

Textures produced with py3dtilers are not power of twos.) which impacts GPU memory and rendering speed.

One improvement would be to always make texture size POT.