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

How can i created textured tiles ? #158

Open ajinra020307 opened 1 year ago

ajinra020307 commented 1 year ago

I would love to create 3D tiles with textures. What data format should i use? and how i can generate it? Please someone help

LorenzoMarnat commented 1 year ago

Hello,

Textures are supported only with CityGML tiler and OBJ tiler. If you want to create textured 3D Tiles, you can find documentation here

OBJ Tiler example:

obj-tiler -i myobj.obj --with_texture

CityGML Tiler example:

citygml-tiler -i myconfig.yml --type building --with_texture