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.

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

  • 相关阅读:
    窗口实训1
    课后练习----实现窗口的切换
    第五次实训作业继承
    课程总结
    999
    777777777777777777777
    7
    6
    5
    事件处理程序
  • 原文地址:https://www.cnblogs.com/softimagewht/p/1801135.html
Copyright © 2011-2022 走看看