jklimke / libcitygml

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

CityGML 3.0 texture support #94

Closed mlavik1 closed 4 months ago

mlavik1 commented 7 months ago

Hello, me again! Here's a PR with CityGML 3.0 texture support. Please let me know if you want me to change something in my PR (no hurry) Again, thanks a lot for making this library :)

NOTE: You may want to merge #91 first

CityGml 3.0 does not only introduce new features - it also changes some existing ones (see below).

Changes from CityGML 2.0:

Due to all these changes, I decided to create a new TextureAssociationElementParser, for "app:TextureAssociation" elements.

Test datasets:

图片

jklimke commented 7 months ago

Hi @mlavik1. First of all thank you for your contribution. I will need a little time tolook into it and merge your changes.

mlavik1 commented 7 months ago

Hi @mlavik1. First of all thank you for your contribution. I will need a little time tolook into it and merge your changes.

Ok, no hurry! We're using our own fork where these PRs are merged in, so take your time :)