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 9be8ffef78c74a23eff315c20a78a0acbff7467b
parent 0130f1bb1863a7071d73248ea39bec9566ade359
Author: Benjamin Piaud <benjamin.piaud@meso-star.com>
Date:   Tue,  7 Feb 2023 14:34:52 +0100

Does not change the result (by chance). Clearer like this.

Diffstat:
Msrc/cg_construction_mode_0.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/cg_construction_mode_0.c b/src/cg_construction_mode_0.c @@ -407,10 +407,10 @@ building_ground_connection ERR(scpr_offset_polygon(pg_int, -e, SCPR_JOIN_MITER)); ERR(build_wall_footprint(pg, pg_int, &geom[0])); - ERR(build_floor_footprint(pg, &geom[1])); + ERR(build_floor_footprint(pg_int, &geom[1])); ERR(scad_fragment_geometries(cname, &geom[0], 1, &geom[1], 1, connection)); - + exit: if(is_init) str_release(&name); if(geom[0]) SCAD(geometry_delete(geom[0]));