1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/bugs/vis/bug27836
kgv 71d8ccc753 0027836: Visualization, TKOpenGl - gradient background is lost at some camera positions
OpenGl_View::ZLayerBoundingBox() now adds screen background plane for proper Z-fit.

Graphic3d_TransformPers::Compute() - projection matrix has been excluded
from the math to eliminate floating point computation error.
2016-09-08 11:43:01 +03:00

25 lines
603 B
Plaintext

puts "========"
puts "Gradient background is lost at some camera positions"
puts "========"
# Test case setup the camera in such a position,
# so that background plane will be clipped by Z-range if not handled by Z-fit.
pload MODELING VISUALIZATION
box b 0 0 -100 100 90 10
vclear
vinit View1
vaxo
vsetgradientbg 180 200 255 180 180 180 2
vzbufftrihedron
vdisplay -dispMode 1 b
vsetlocation b 0 0 1000
vfit
vviewparams -scale 6.66 -eye 48 43 -210 -at 50 45 -95
if { [vreadpixel 100 300 rgb name] != "GRAY74" } { puts "Error: gradient background is not displayed" }
vdump $imagedir/${casename}.png