Class NormalsRendererSettings

A structure that contains settings for a NormalsRenderer.

Constructors

Properties

_colorTint: Color
_isEnabled: boolean
_length: number

Accessors

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

    Returns Color

  • set colorTint(value): void
  • Parameters

    Returns void

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

    Returns boolean

  • set isEnabled(value): void
  • Parameters

    • value: boolean

    Returns void

  • get length(): number
  • The length to render the normal vector with.

    Returns number

  • set length(value): void
  • Parameters

    • value: number

    Returns void

Methods