Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IVertexBundle

顶点块。顶点块描述了一组交错排列(interleaved)的顶点属性并存储了顶点属性的实际数据。
交错排列是指在实际数据的缓冲区中,每个顶点的所有属性总是依次排列,并总是出现在下一个顶点的所有属性之前。

Hierarchy

  • IVertexBundle

Index

Properties

Properties

attributes

attributes: Attribute[]

包含的所有顶点属性。

view

所有顶点属性的实际数据块。 你必须使用 DataView 来读取数据。 因为不能保证所有属性的起始偏移都按 TypedArray 要求的字节对齐。

Generated using TypeDoc