bvh
    Preparing search index...
    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    frameTime: number

    Time for each frame in seconds. 1 / fps

    nodeList: BVHNode[]

    List of all nodes in the BVH

    numFrames: number

    Number of total frames in the BVH

    root: BVHNode

    Root node of the BVH, usually 'Hips'

    Accessors

    • get duration(): number

      Get duration of the BVH animation in seconds

      Returns number

    Methods

    • Get a node by its id

      Parameters

      • id: string

      Returns BVHNode

      BVHNode or undefined if not found