py3dtilers icon indicating copy to clipboard operation
py3dtilers copied to clipboard

How can i created textured tiles ?

Open ajinra020307 opened this issue 1 year ago • 1 comments

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

ajinra020307 avatar Aug 31 '23 02:08 ajinra020307

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

LorenzoMarnat avatar Sep 05 '23 08:09 LorenzoMarnat