Abstract class for creating vertex buffers in a spine skeleton animation system.

用于在spine骨骼动画系统中创建顶点缓冲区的抽象类。

层级 (查看层级一览)

实现

构造函数

属性

boneArray: number[]

Array of bone IDs and indices.

骨骼ID和索引的数组。

boneMat: Float32Array

Bone matrix data.

骨骼矩阵数据。

mapIndex: Map<number, number>

Map of bone index to bone ID.

骨骼索引到骨骼ID的映射。

maxVertexCount: number

The Max Length of the vertex buffer.

顶点缓冲区的最大长度。

slotVBMap: Map<number, Map<string, TAttamentPos>>

Map of slot ID to attachment position data.

插槽ID到附件位置数据的映射。

vb: Float32Array

Vertex buffer data.

顶点缓冲区数据。

vbLength: number

Length of the vertex buffer.

顶点缓冲区的长度。

vertexFlag: string

访问器

方法

  • 参数

    • attachmentParse: AttachmentParse

      Attachment parse data.

    • deform: number[]

      Deform data array.

    • offset: number

      Offset in the output array.

    • out: Float32Array

      Output array.

    返回 void

    Append deform data to the output array.

    将变形数据追加到输出数组。

  • 参数

    • bones: Bone[]

      Array of bones.

    • boneMat: Float32Array

      Bone matrix array.

    返回 void

    Update bone matrices.

    更新骨骼矩阵。

  • 参数

    • boneFrames: Float32Array[][]

      Array of bone frame data.

    • frames: number

      Frame number.

    • boneMat: Float32Array

      Bone matrix array.

    返回 void

    Update bone cache.

    更新骨骼缓存。