Constructor options for the Entity3D class.

interface Entity3DOptions {
    name?: string;
    object3d?: Object3D<Object3DEventMap>;
}

Hierarchy (view full)

Properties

Properties

name?: string

The optional display name of this entity. Mostly used for debugging.

The root object of this entity. If none is provided, a new Group is created.