From 90cdb15d4a36bf4f6f88f09efe2237746507c09c Mon Sep 17 00:00:00 2001 From: mkv Date: Wed, 16 Jul 2014 15:11:41 +0400 Subject: [PATCH] 024539: Visualization (new camera) - small objects displayed with visual artifacts Test case for issue CR24539 --- tests/bugs/vis/bug24539 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tests/bugs/vis/bug24539 diff --git a/tests/bugs/vis/bug24539 b/tests/bugs/vis/bug24539 new file mode 100644 index 0000000000..e4b8941592 --- /dev/null +++ b/tests/bugs/vis/bug24539 @@ -0,0 +1,16 @@ +puts "============" +puts "OCC24539" +puts "============" +puts "" +############################################################# +# Visualization (new camera) - small objects displayed with visual artifacts +############################################################# + +box b 0.001 0.001 0.001 +vinit View1 +vclear +vsetdispmode 1 +vdisplay b +vfit + +set only_screen 1