mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
024539: Visualization (new camera) - small objects displayed with visual artifacts
Test case for issue CR24539
This commit is contained in:
16
tests/bugs/vis/bug24539
Normal file
16
tests/bugs/vis/bug24539
Normal file
@@ -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
|
Reference in New Issue
Block a user