VBRigBodyCreator class used to handle rigid body specific vertex buffer creation.

VBRigBodyCreator 类用于处理刚体特定的顶点缓冲区创建。

层级 (查看层级一览)

构造函数

属性

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

      The attachment parse data.

    • deform: number[]

      The deform data array.

    • offset: number

      The current offset in the output array.

    • out: Float32Array

      The output array to append to.

    返回 void

    Appends deform data to the output array.

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

  • 参数

    • boneFrames: Float32Array[][]

      Array of bone frame data.

    • frames: number

      Frame number.

    • boneMat: Float32Array

      Bone matrix array.

    返回 void

    Update bone cache.

    更新骨骼缓存。