项目作者: Spicy-Acorn

项目描述 :
Node based vector library for Blackmagic Design Fusion.
高级语言:
项目地址: git://github.com/Spicy-Acorn/fusionvector.git
创建时间: 2020-03-16T16:38:09Z
项目社区:https://github.com/Spicy-Acorn/fusionvector

开源协议:GNU General Public License v3.0

下载


FusionVector

FusionVector is a node based vector library for Blackmagic Design Fusion.

Acknowledgements

  • Kristof Indeherberge
  • Cédric Duriau

Requirements

Installation

  1. Clone or download the repository.
  2. Set the absolute path of the ./fusion directory into the Fusion
    UserPaths: path mapping.

Contents

Fuses

  • vectoradd.fuse: Fuse to add two vectors.
  • vectordividenumber.fuse: Fuse to divide a vector by a number.
  • vectorfromarray.fuse: Fuse to create a vector from an array stored as JSON string.
  • vectorlength.fuse: Fuse to calculate the length of a vector.
  • vectormultiplynumber.fuse: Fuse to multiply a vector by a number.
  • vectorsubtract.fuse: Fuse to subtract two vectors.