Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BufferGeometry

minimal BufferGeometry class to provide an API similar to THREE

Hierarchy

  • BufferGeometry

Index

Constructors

constructor

Properties

attributes

attributes: Record<string, BufferAttribute> = {}

count

count: number = 0

groups

groups: BufferGroup[] = []

index

index: null | number[] = null

indexType

indexType: 0 | 16 | 32 = 0

Methods

dispose

  • dispose(): void

removeAttribute

setAttribute

setIndex

Generated using TypeDoc