city_generator2

Generated conformal 3D meshes representing a city
git clone git://git.meso-star.fr/city_generator2.git
Log | Files | Refs | README | LICENSE

commit edbef1f867e2f1b75c5c2ff3d24fc4bf64573494
parent 00b7a0a07cd18c7eba527e987c5c4d533c573e70
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Wed,  3 May 2023 11:43:40 +0200

Merge branch 'release_0.1_r2' into develop

Diffstat:
Msrc/cg_city.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cg_city.c b/src/cg_city.c @@ -526,7 +526,7 @@ city_cad_build(struct city* city) for(a = 0; a < darray_adjoining_data_size_get(&adjoining_data); a++) { struct b_pair pair; size_t c; - ERR(scad_geometry_get_count(adj->common_geometry, &c)); + ERR(scad_geometry_get_count(adj[a].common_geometry, &c)); if(c == 0) { /* Not really adjoining */ continue;