Interface Tiles3DOptions<TMaterial>

Options to create a Tiles3D object.

Type Parameters

  • TMaterial extends Material

Hierarchy

  • Tiles3DOptions

Properties

cleanupDelay?: number

The delay, in milliseconds, to cleanup unused objects.

Defaultvalue

1000

material?: TMaterial

The optional material to use.

object3d?: Object3D<Object3DEventMap>

The optional 3d object to use as the root object of this entity. If none provided, a new one will be created.

sseThreshold?: number

The Screen Space Error (SSE) threshold to use for this tileset.

Defaultvalue

16

Generated using TypeDoc