mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Added classes AIS_Animation, AIS_AnimationCamera, AIS_AnimationObjectLocatio. Draw Harness command vanimation has been modified to manage animation timeline. Command vfit has been extended with option -noupdate. Formatting of vviewparams command output has been improved. Functionality of commands vlocreset, vlocmove, vloctranslate, vlocrotate, vlocmirror, vlocscale has been merged into vlocation/vsetlocation. vlocation now can print the current local transformation of the object. v3d/ivtk test group does not call vfit anymore. Fixed misprint in test cases bugs/vis/bug24623_3 and bug25532.
28 lines
593 B
Plaintext
Executable File
28 lines
593 B
Plaintext
Executable File
puts "============"
|
|
puts "CR26599"
|
|
puts "============"
|
|
puts ""
|
|
|
|
##########################################################################################
|
|
# Visualization, TKOpenGl - gradient background should reset model transformation in Core profile
|
|
##########################################################################################
|
|
|
|
vcaps -ffp 0
|
|
|
|
vinit View1
|
|
vclear
|
|
vaxo
|
|
|
|
vsetgradientbg 255 0 0 0 0 255 2
|
|
box b 1 2 3
|
|
vdisplay b
|
|
|
|
vfit
|
|
|
|
vlocation b -rotate 0 0 0 0 0 1 50
|
|
|
|
vmoveto 380 50
|
|
checkcolor 380 50 0.87450981140136719 0 0.12156862765550613
|
|
|
|
vdump ${imagedir}/${casename}.png
|