CityGML
The CityGML plugin implements a basic loader for the CityGML format and automatically associates with *.gml
files.
It supports common geometry types (MultiGeometry, MultiSurface, Solid, and CompositeSolid), multiple LODs, and material definitions.
The plugin has no external dependencies and uses Tellusim Xml parser for fast and efficient loading.
To enable CityGML format support, the TellusimFormatGML.cpp
file must be explicitly included in your project.
#include <formats/citygml/source/TellusimFormatGML.cpp>