Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFragment

Fragment represents a single scene object, linking together material, geometry, and database IDs, and providing world transform and bounding box on top of that.

Hierarchy

  • IFragment

Index

Properties

bbox

bbox: number[]

dbID

dbID: number

geometryID

geometryID: number

materialID

materialID: number

transform

transform: Transform | null

visible

visible: boolean

Generated using TypeDoc