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 4006df469213579e5a6830450e653757c7eae062
parent 3a203068e4d644fa863cb5015ce96186055ce734
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Mon, 27 Jan 2025 15:35:57 +0100

Fix ground description in stardis output

Ground description included some VAR=VAR lines that have no point. No
removed.

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

diff --git a/src/cg_ground.c b/src/cg_ground.c @@ -207,7 +207,7 @@ ground_export_stl ERR(scad_stl_data_write(&ground->ground_building_connections, "ground_body.stl", Scad_force_normals_outward, binary)); - STARDIS_SOLID_2(ground_body, "ground_body"); + STARDIS_SOLID_2_model(ground_body, "ground_body"); exit: darray_double_release(&trg);