cityjson / cjio

CityJSON/io: Python CLI to process and manipulate CityJSON files
MIT License
126 stars 32 forks source link

Manipulate materials with CJIO #167

Open DavidROM3D opened 1 year ago

DavidROM3D commented 1 year ago

I would like to export cityjson files to .OBJ. When I do this, I would like the roof surfaces to have a different material from the wall surfaces.

It would be great if the export process could take materials in to account.

As an alternative I can manipulate the .obj files in blender. By selecting all surfaces that have a normal pointing upwards I can separate them and assign them a material.