we
    Preparing search index...
    interface IV_Skeleton {
        joints: NodeObject[];
        jointsMatrices:
            | Float32Array<ArrayBufferLike>
            | Float32Array<ArrayBufferLike>[];
    }
    Index

    Properties

    joints: NodeObject[]
    jointsMatrices: Float32Array<ArrayBufferLike> | Float32Array<ArrayBufferLike>[]