From 84a926d21125dd5fdc43d5e6938ae6afa3536495 Mon Sep 17 00:00:00 2001 From: dhilvert Date: Thu, 4 May 2006 02:42:00 +0000 Subject: [PATCH] Add filler spaces in cases where focus is non-trivial. darcs-hash:20060504024222-789c2-ce87a8c5611f2f7f973d07efac0023b7ce3a1c0b.gz --- d3/scene.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/d3/scene.h b/d3/scene.h index cb2a096..466728f 100644 --- a/d3/scene.h +++ b/d3/scene.h @@ -4221,7 +4221,8 @@ public: int use_filler = d3_depth_pt->size() != 0 || d3_output_pt->size() != 0 || output_decimation_preferred > 0 - || input_decimation_lower > 0; + || input_decimation_lower > 0 + || !focus::is_trivial(); fprintf(stderr, "[T=%lu]\n", (long unsigned) time(NULL)); -- 2.11.4.GIT