Is there any terrain importing functionality offered by the CityEngine Python API?
I can import both the heightmap and texture .tif files separately using the ce.importFile() method but I need to automate the process for batch imports so that each heightmap tile is draped with its respective texture file. Has anyone come across this problem?
Thanks