Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ILineAccessor

Interface to access lines. Allows read access for some important attributes.

Hierarchy

  • ILineAccessor

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.

width

width: number | undefined

Get the width. May have to be reconstructed from triangulated line mesh.

Methods

clear

  • clear(): void

getVertices

  • getVertices(): Float32Array | undefined

isLineAccessor

  • isLineAccessor(): boolean

Generated using TypeDoc