Class WireframeRenderer

Handles rendering of the wireframes for SceneObjects.

Hierarchy

  • FrameworkObject
    • WireframeRenderer

Constructors

Accessors

  • get isManualModeEnabled(): boolean
  • Enable the manual selection for renderable objects.

    Returns boolean

  • set isManualModeEnabled(value): void
  • Parameters

    • value: boolean

    Returns void

Methods

  • Adds a manual sceneObject to the render list. All renderables in the mesh will be selected for rendering.

    Parameters

    Returns void

  • Clears the list of manually selected elements.

    Returns void

  • Destroy the renderer and unregister it from other subsystems.

    Returns void

  • Update the render data if needed and submit the render job to the core thread.

    Parameters

    Returns void