mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
Add missing code for z-fit support for zoom, rotate persistent object. Fixed wrong statement that should enable frustum culling optimization for zoom, rotate persistent object. Fixed BVH_LinearBuilder.lxx to correctly control number of items in leaf node for a case of items with equal bounding boxes. Added non-regression test case for z-clipping of transform persistent objects.
21 lines
505 B
Plaintext
21 lines
505 B
Plaintext
puts "================================================================"
|
|
puts "CR26792"
|
|
puts "Visualization, Graphic3d - Z-fit support for transform persistence is missing after removing Visual3d_View"
|
|
puts "================================================================"
|
|
puts ""
|
|
|
|
vinit
|
|
vclear
|
|
vaxo
|
|
|
|
box b 100 100 100
|
|
vdisplay b -trsfPers zoom
|
|
vzoom 0.01
|
|
vzfit
|
|
|
|
checkcolor 204 184 1.0 1.0 0.0
|
|
checkcolor 232 205 1.0 1.0 0.0
|
|
checkcolor 262 182 1.0 1.0 0.0
|
|
checkcolor 233 184 1.0 1.0 0.0
|
|
|
|
set only_screen 1 |