Manages how vim objects are added and removed from the THREE.Scene to be rendered

Hierarchy

  • Renderer

Implements

Constructors

Properties

antialias: boolean = true

Determines whether antialias will be applied to rendering or not.

renderer: WebGLRenderer

The THREE WebGL renderer.

Interface to interact with section box directly without using the gizmo.

textRenderer: CSS2DRenderer

The THREE sample ui renderer

Accessors

Methods

  • Returns the bounding box encompassing all rendered objects.

    Returns

    The bounding box encompassing all rendered objects.

    Parameters

    • target: Box3 = ...

      Box in which to copy the result. A new instance is created if undefined.

    Returns Box3

Generated using TypeDoc