From a474a96190b091b6f11822d343324d10c0aff29d Mon Sep 17 00:00:00 2001 From: dhilvert Date: Tue, 11 Apr 2006 14:31:00 +0000 Subject: [PATCH] Set d3::scene::analyze_space_from_map() transformations to use appropriate LOD. darcs-hash:20060411143153-789c2-2e6803c3e45c273e95a5644e5f754bd3b3e43b91.gz --- d3/scene.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/d3/scene.h b/d3/scene.h index 35d8b3b..2af8125 100644 --- a/d3/scene.h +++ b/d3/scene.h @@ -3277,8 +3277,8 @@ public: int accumulated_ambiguity = 0; int max_acc_amb = pairwise_ambiguity; - pt _pt1 = al->get(f1)->get_t(primary_decimation_upper); - pt _pt2 = al->get(f2)->get_t(primary_decimation_upper); + pt _pt1 = al->get(f1)->get_t(0); + pt _pt2 = al->get(f2)->get_t(0); if (_pt1.scale_2d() != 1) use_filler = 1; -- 2.11.4.GIT