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

Implements

Constructors

Properties

antialias: boolean = true

Determines whether antialias will be applied to rendering or not.

onDemand: boolean

Indicates whether the scene should be re-rendered on change only.

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.

    Parameters

    • target: Box3 = ...

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

    Returns Box3

    The bounding box encompassing all rendered objects.