jklimke / libcitygml

C++ Library for CityGML Parsing and Visualization
GNU Lesser General Public License v2.1
98 stars 55 forks source link

how to finish the writeNode part of osg plugin #61

Open HappyKuTou opened 2 years ago

HappyKuTou commented 2 years ago

I want to write out osg node to citygml

jklimke commented 2 years ago

Hi, libCityGML is currently not intended to support writing CityGML. It is only capable of reading CityGML encoded data.

HappyKuTou commented 2 years ago

Hi, libCityGML is currently not intended to support writing CityGML. It is only capable of reading CityGML encoded data.

thanks for your reply, can you give me some suggestions or ideas about how to do this