0025382: Visualization, TKOpenGl - improved video recording capability
OSD_Timer::ElapsedTime() - fix accumulation of the error.
Provide new command vanimation for animation playline definition.
Extend vanimation command with video recorder
* * *
pload MODELING VISUALIZATION
box b1 1 2 3
vinit View1
vclear
vaxo
vsetdispmode 1
vdisplay b1
vfit
vsetlocation b1 0 1 0
proc anim1 {thePts thePtsLoc theName} { vsetlocation b1 [expr sin($thePtsLoc)] cos($thePtsLoc)] 0 }
vanim anim1 -reset -onRedraw anim1
vanim anim -reset -addSlice 0.0 30.0 anim1
vanim -play anim -playFps 30 -record test.mkv -recWidth 1920 -recHeight 1080
Added command vlogo
Ported on current master.
Removed vlogo command and logo layer item as unused.