zoukankan      html  css  js  c++  java
  • 临时记录

    ----------------------------------------------------------骨骼动画

    for t = animationrange.start to animationrange.end do
    (
    at time t current_pos = selection.center
    at time (t-lf) last_pos = selection.center
    frame_speed = (distance current_pos last_pos)*FrameRate
    average_speed += frame_speed
    format "Frame %: %\n" t frame_speed to:output_file
    )

    -----------------------------------------------------------自带压缩函数

    maz <filename>archiveFile <filename or filename array>input

    The first parameter is the filename of the archive to create. The second parameter is either a single filename, or an array of filenames, to be archived.

    unmaz <filename>archiveFile <string>outputDir

    The first parameter is the filename of the maz archive to extract from. The second parameter is a directory name where all the files in the archive will be extracted.

    ---------------------------------------------------------

  • 相关阅读:
    搜狗输入法ubuntu
    数学
    1
    狗蚂蚁, 模拟题.
    最小公倍数
    哈夫曼费用计算C++
    C++十进制到任意进制
    【Django QuerySet API009】
    【Django模型(数据库)008】
    【Django模板进阶007】
  • 原文地址:https://www.cnblogs.com/softimagewht/p/1801135.html
Copyright © 2011-2022 走看看