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.

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

  • 相关阅读:
    数据结构与算法4—队列
    栈的应用——括号匹配
    迷宫求解
    python的socket编程
    数据结构与算法3—栈
    数据结构与算法2—链表
    数据结构与算法1—线性表
    增量解析
    ElementTree类
    节点序列化
  • 原文地址:https://www.cnblogs.com/softimagewht/p/1801135.html
Copyright © 2011-2022 走看看