• Extracts vertex positions and edge vertex indices of the specified endianness from `data'.

    See documentation of decodeVertexPositionsAndIndices.

    Parameters

    • chunk: SkeletonChunk
    • data: ArrayBuffer
    • endianness: Endianness
    • vertexByteOffset: number
    • numVertices: number
    • Optional indexByteOffset: number
    • Optional numEdges: number

    Returns void

Generated using TypeDoc