Skip to content

Commit

Permalink
Ignore height scale multiplier while resizing mesh.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwatkot committed Feb 23, 2025
1 parent 50d4b39 commit d8c4570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maps4fs/generator/component/background.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def plane_from_np(
mesh = self.mesh_from_np(
dem_data,
include_zeros=include_zeros,
z_scaling_factor=self.get_z_scaling_factor(),
z_scaling_factor=self.get_z_scaling_factor(ignore_height_scale_multiplier=True),
resize_factor=self.map.background_settings.resize_factor,
apply_decimation=self.map.background_settings.apply_decimation,
decimation_percent=self.map.background_settings.decimation_percent,
Expand Down

0 comments on commit d8c4570

Please sign in to comment.