Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IGeometricInfo

The interface of geometric information

Hierarchy

  • IGeometricInfo

Index

Properties

boundingBox

boundingBox: { max: Vec3; min: Vec3 }

The bounding box

Type declaration

Optional doubleSided

doubleSided: undefined | false | true

Whether the geometry is treated as double sided

Optional indices

indices: IBArray

Indices data

positions

positions: Float32Array

Vertex positions

Generated using TypeDoc