Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISubMesh

子网格。子网格由一系列相同类型的图元组成(例如点、线、面等)。

Hierarchy

  • ISubMesh

Index

Properties

Optional indexView

indexView: IBufferView

此子网格使用的索引数据。

Optional jointMapIndex

jointMapIndex: undefined | number

此子网格使用的关节索引映射表在 IStruct.jointMaps 中的索引。 如未定义或指向的映射表不存在,则默认 VB 内所有关节索引数据直接对应骨骼资源数据。

primitiveMode

primitiveMode: PrimitiveMode

此子网格的图元类型。

vertexBundelIndices

vertexBundelIndices: number[]

此子网格引用的顶点块,索引至网格的顶点块数组。

Generated using TypeDoc