Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IObject3dAccessor

Accessor for unspecified 3D objects, like landmarks.

Hierarchy

  • IObject3dAccessor

Implemented by

Index

Properties

color

color: Color | undefined | Array<Color | undefined>

Get the color from materials.

geometryType

geometryType: GeometryType

Hint for the original type of geometry.

renderOrder

renderOrder: number

Render order.

Methods

clear

  • clear(): void

getVertices

  • getVertices(): Float32Array | undefined

isObject3dAccessor

  • isObject3dAccessor(): boolean

Generated using TypeDoc