Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IGeometry

几何体信息。

Hierarchy

  • IGeometry

Index

Properties

Optional attributes

attributes: Attribute[]

顶点属性。

Optional boundingRadius

boundingRadius: undefined | number

包围球半径。

Optional colors

colors: number[]

顶点颜色。

Optional customAttributes

customAttributes: { attr: Attribute; values: number[] }[]

Optional doubleSided

doubleSided: undefined | false | true

是否是双面,用于判断来自于几何体背面的射线检测。

Optional indices

indices: number[]

几何索引,当使用索引绘制时。

Optional maxPos

maxPos: undefined | { x: number; y: number; z: number }

最大位置。

Optional minPos

minPos: undefined | { x: number; y: number; z: number }

最小位置。

Optional normals

normals: number[]

顶点法线。

positions

positions: number[]

顶点位置。

Optional primitiveMode

primitiveMode: PrimitiveMode

几何顶点的拓扑图元。默认值是TRIANGLE_LIST。

Optional tangents

tangents: number[]

顶点切线。

Optional uvs

uvs: number[]

纹理坐标。

Generated using TypeDoc