📄 xgmovie.doc
字号:
xgmoveDescription: xgmovie is a program which takes recordingsfrom the Xgrafix 2.50 or later library and displays them.Recordings are in the .bxg format. Presently, the following sorts of windows can be saved and replayed:line plots2d scatter plotsVector plots3d plotsNot supported:3d irregular plotsThe .bxg format saves frames into the file along with thesimulation time at which the frame is valid. xgmovie has its own time and timestep though, and can skip frames: xgmoviewill display the latest frame for each window which is at <= itscurrent time.Usage:xgmovie -i <inputfile>Where inputfile has the following format:timestep <max number of elements in a linear array to use>filename1 x yfilename2 x2 y2filename3 x3 y3.....ENDDon't include the ".bxg" in the file name.<max number of elements in a linear array to use>is useful when you don't have a lot of memory, but your.bxg file saved a LOT of points. Suppose youhad 100k points in a .bxg file per frame, but youwanted to show only every 10th one. You'd choose<max number of elements in a linear array> to be 10000.A sample movie is in "sample"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -