Aggregates scene geometry and then allows incremental batches of geometry output to be fed to a convertor.

Constructors

Properties

Methods

Constructors

  • Construct this with a wasm module.

    Parameters

    Returns default

Properties

options: Readonly<GeometryAggregatorOptions>

Methods

  • Aggregate this into a set of native/wasm objects to be passed to conway-geom, and also partition the aggregate into chunks based on the max data size.

    Returns AggregatedNativeGeometry

    The aggregated & chunked geometry.

  • Add a scene to this aggregator's batch geometry.

    Type Parameters

    • SceneEntityType

    Parameters

    Returns void