Class WireframeRendererSettings

A structure that contains settings for a WireframeRenderer.

Constructors

Properties

_colorTint: Color
_isBackfaceCulling: boolean
_isEnabled: boolean
_thickness: number

Accessors

  • get colorTint(): Color
  • Sets the color which the wireframe is rendered with.

    Returns Color

  • set colorTint(value): void
  • Parameters

    Returns void

  • get isBackfaceCulling(): boolean
  • Determins if triangles facing away from the camera should be drawn.

    Returns boolean

  • set isBackfaceCulling(value): void
  • Parameters

    • value: boolean

    Returns void

  • get isEnabled(): boolean
  • Enables or disables the wireframe rendering over the scene geometry.

    Returns boolean

  • set isEnabled(value): void
  • Parameters

    • value: boolean

    Returns void

  • get thickness(): number
  • The thickness in pixels of the drawn wireframe lines.

    Returns number

  • set thickness(value): void
  • Parameters

    • value: number

    Returns void

Methods