tudelft3d / 3dfier

The open-source tool for creating 3D models
http://tudelft3d.github.io/3dfier
GNU General Public License v3.0
529 stars 106 forks source link

LoD0 doesn't generate VW's between footprints #99

Open tcommandeur opened 4 years ago

tcommandeur commented 4 years ago

When generating a model with LoD0 setting the vertical walls between the footprints are not created for OBJ, other formats not tested. This results in the model not to be watertight.

Problem might be in Building.cpp -> get_obj() where for lod==0 the vw's are not taken into account.

LoD0-no-vw

ghost commented 3 years ago

Hi Tom, it seems that I have still that issue when generating CityGML models with LoD0 settings?