Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IGeometricInfo

几何信息。

Hierarchy

  • IGeometricInfo

Index

Properties

boundingBox

boundingBox: { max: Vec3; min: Vec3 }

此几何体的轴对齐包围盒。

Type declaration

Optional doubleSided

doubleSided: undefined | false | true

是否将图元按双面对待。

Optional indices

indices: IBArray

索引数据。

positions

positions: Float32Array

顶点位置。

Generated using TypeDoc